[ALSA] fix cs5535 section mismatch
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 23 Jan 2008 10:52:06 +0000 (11:52 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:30:12 +0000 (17:30 +0100)
commit5be55be58c3255cf0b19c936353d4f6cebc38e4a
treefc512e9df012fd908f4f91aa37872bfdd3b3a7ef
parent7c4dbbd87c0dc62849f0f72449464dc37da0a82a
[ALSA] fix cs5535 section mismatch

snd_cs5535audio_mixer() is only called by __devinit snd_cs5535audio_probe(),
so the mixer function can also be __devinit.
WARNING: vmlinux.o(.text+0xfdbba0): Section mismatch: reference to .init.data:ac97_quirks (between 'snd_cs5535audio_mixer' and 'process_bm0_irq')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/cs5535audio/cs5535audio.c