[ALSA] sound: fix caiaq section mismatches
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 16 Jan 2008 13:56:04 +0000 (14:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:30:01 +0000 (17:30 +0100)
commit599c3e76fe89b314667e699a20ad08f8d16d0454
treee8c64ce80e7ca87ecb4e83d2535ddb3ef4b9b139
parent1374f8ceeefcb24194c29b9a81ecc40118d2c4d1
[ALSA] sound: fix caiaq section mismatches

Fix section mismatch in caiaq: these __devinit functions can be
called at any time so they should not be __devinit.
WARNING: vmlinux.o(.text+0x10a8dae): Section mismatch: reference to .init.text:snd_usb_caiaq_audio_init (between 'setup_card' and 'create_card')
WARNING: vmlinux.o(.text+0x10a8dd6): Section mismatch: reference to .init.text:snd_usb_caiaq_midi_init (between 'setup_card' and 'create_card')

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/usb/caiaq/caiaq-audio.c
sound/usb/caiaq/caiaq-midi.c