From: Randy Dunlap Date: Wed, 23 Jan 2008 10:52:06 +0000 (+0100) Subject: [ALSA] fix cs5535 section mismatch X-Git-Tag: v2.6.25-rc1~1127^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be55be58c3255cf0b19c936353d4f6cebc38e4a;p=pandora-kernel.git [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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed