[ALSA] bt87x - Fix section mismatch
authorTakashi Iwai <tiwai@suse.de>
Wed, 17 Oct 2007 08:35:58 +0000 (10:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Oct 2007 06:04:32 +0000 (08:04 +0200)
commite5ab3a7c00e682e0e24677203856769df1b9b0cb
treeedcd30a21210d0b4e69be3ebc87c3c4616bab4ea
parent53eb1b85402f108d5151338cff4430f30fd9727f
[ALSA] bt87x - Fix section mismatch

const and __devinit aren't a good pair, resulting in a section
mismatch error.  Let's remove const as a temporary solution.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/bt87x.c