The patch titled sound: fix cs4232 section mismatch has been removed from the -mm tree. Its filename is sound-fix-cs4232-section-mismatch.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sound: fix cs4232 section mismatch From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix section mismatch: adds __init to probe function, frees some init memory, not critical. WARNING: sound/oss/cs4232.o - Section mismatch: reference to .init.text: from .text after 'cs4232_pnp_probe' (at offset 0x152) Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/oss/cs4232.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN sound/oss/cs4232.c~sound-fix-cs4232-section-mismatch sound/oss/cs4232.c --- a/sound/oss/cs4232.c~sound-fix-cs4232-section-mismatch +++ a/sound/oss/cs4232.c @@ -405,7 +405,7 @@ static const struct pnp_device_id cs4232 MODULE_DEVICE_TABLE(pnp, cs4232_pnp_table); -static int cs4232_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id) +static int __init cs4232_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id) { struct address_info *isapnpcfg; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-acpi.patch acpi-identify-which-device-is-not-power-manageable.patch videocodec-make-1-bit-fields-unsigned.patch ioat-fix-sparse-ulong-warning.patch git-pcmcia.patch git-scsi-misc.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch dc395x-fix-printk-format-warning.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html