aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/vt1720_mobo.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-13 22:13:47 +0100
committerJaroslav Kysela <perex@suse.cz>2007-05-11 16:55:49 +0200
commit1b60f6b0904737cb76cd4cd46b57592318c9a20e (patch)
treef2919cf556d3650a72ef28de357c48ccc8808891 /sound/pci/ice1712/vt1720_mobo.h
parentbf748ed73e6978657102bddb1c4cc8a8f342c484 (diff)
downloadkernel_samsung_smdk4412-1b60f6b0904737cb76cd4cd46b57592318c9a20e.zip
kernel_samsung_smdk4412-1b60f6b0904737cb76cd4cd46b57592318c9a20e.tar.gz
kernel_samsung_smdk4412-1b60f6b0904737cb76cd4cd46b57592318c9a20e.tar.bz2
[ALSA] Fix conflicts between const and __devinitdata
Marvin told with a depressed face, gcc doesn't like both __devinitdata and const in the same line. So, remove const from all over places now... Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ice1712/vt1720_mobo.h')
-rw-r--r--sound/pci/ice1712/vt1720_mobo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/vt1720_mobo.h b/sound/pci/ice1712/vt1720_mobo.h
index 70af3ad..0b1b0ee 100644
--- a/sound/pci/ice1712/vt1720_mobo.h
+++ b/sound/pci/ice1712/vt1720_mobo.h
@@ -36,6 +36,6 @@
#define VT1720_SUBDEVICE_9CJS 0x0f272327
#define VT1720_SUBDEVICE_SN25P 0x97123650
-extern const struct snd_ice1712_card_info snd_vt1720_mobo_cards[];
+extern struct snd_ice1712_card_info snd_vt1720_mobo_cards[];
#endif /* __SOUND_VT1720_MOBO_H */