From: Andrew Morton WARNING: sound/drivers/mpu401/snd-mpu401.o - Section mismatch: reference to .init.text: from .text between 'snd_mpu401_pnp_probe' (at offset 0x1f7) and 'snd_mpu401_pnp_remove' Cc: Jaroslav Kysela Cc: Takashi Iwai Signed-off-by: Andrew Morton --- sound/drivers/mpu401/mpu401.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/drivers/mpu401/mpu401.c~mpu401-section-fix sound/drivers/mpu401/mpu401.c --- devel/sound/drivers/mpu401/mpu401.c~mpu401-section-fix 2006-05-19 20:54:55.000000000 -0700 +++ devel-akpm/sound/drivers/mpu401/mpu401.c 2006-05-19 20:55:00.000000000 -0700 @@ -151,7 +151,7 @@ static struct pnp_device_id snd_mpu401_p MODULE_DEVICE_TABLE(pnp, snd_mpu401_pnpids); -static int __init snd_mpu401_pnp(int dev, struct pnp_dev *device, +static int __devinit snd_mpu401_pnp(int dev, struct pnp_dev *device, const struct pnp_device_id *id) { if (!pnp_port_valid(device, 0) || _