From: Andrew Morton WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text:nm256_peek_for_sig from .text between 'nm256_install' (at offset 0x3ba4) and 'nm256_probe' WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text:nm256_peek_for_sig from .text between 'nm256_install' (at offset 0x3bac) and 'nm256_probe' WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text: from .text between 'nm256_install' (at offset 0x3dcc) and 'nm256_probe' WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text: from .text between 'nm256_install' (at offset 0x3dd0) and 'nm256_probe' Signed-off-by: Andrew Morton --- sound/oss/nm256_audio.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN sound/oss/nm256_audio.c~nm256_audio-section-fix sound/oss/nm256_audio.c --- 25-alpha/sound/oss/nm256_audio.c~nm256_audio-section-fix 2006-05-20 01:43:01.000000000 -0700 +++ 25-alpha-akpm/sound/oss/nm256_audio.c 2006-05-20 01:43:01.000000000 -0700 @@ -960,7 +960,7 @@ static struct ac97_mixer_value_list mixe /* Installs the AC97 mixer into CARD. */ -static int __init +static int __devinit nm256_install_mixer (struct nm256_info *card) { int mixer; @@ -995,7 +995,7 @@ nm256_install_mixer (struct nm256_info * * RAM. */ -static void __init +static void __devinit nm256_peek_for_sig (struct nm256_info *card) { u32 port1offset @@ -1056,7 +1056,7 @@ nm256_install(struct pci_dev *pcidev, en card->playing = 0; card->recording = 0; card->rev = rev; - spin_lock_init(&card->lock); + spin_lock_init(&card->lock); /* Init the memory port info. */ for (x = 0; x < 2; x++) { _