The patch titled sound: fix cs4232 section mismatch has been added to the -mm tree. Its filename is sound-fix-cs4232-section-mismatch.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 patch-kernel-acct-fix-function-definition.patch zlib-inflate-fix-function-definitions.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.patch fix-kernel-doc-in-kernel-dir.patch pi-futex-rt-mutex-docs.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 git-watchdog.patch acpi-identify-which-device-is-not-power-manageable.patch sound-fix-cs4232-section-mismatch.patch ac97_codec-make-bitfield-unsigned.patch oss-via-make-bitfield-unsigned.patch videocodec-make-1-bit-fields-unsigned.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