[ALSA] more section mismatches
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 25 Jun 2007 10:08:01 +0000 (12:08 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 20 Jul 2007 09:11:34 +0000 (11:11 +0200)
commitc12aad6efbee1d937438f1deabbef695add0628b
treef04893b33a5cd62d38357608aa1b90e76c4df409
parentbdec0c728256e1a3739820e244a5138bcfae5a91
[ALSA] more section mismatches

Something about __init_or_module isn't working as expected (?).
CONFIG_HOTPLUG=y
CONFIG_MODULES=n
Fix shared init/exit code helper:
WARNING: sound/built-in.o(.exit.text+0x243): Section mismatch: reference to .init.text: (between 'alsa_card_mpu401_exit' and 'ac97_bus_exit')
WARNING: sound/built-in.o(.exit.text+0x21b): Section mismatch: reference to .init.text: (between 'alsa_card_dummy_exit' and 'alsa_card_serial_exit')

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