]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ALSA] hda_intel: build fix
authorRalf Baechle <ralf@linux-mips.org>
Tue, 13 Mar 2007 14:29:47 +0000 (15:29 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 11 May 2007 14:55:49 +0000 (16:55 +0200)
commit623ec04798bc21a611a5409f39bd3069cc64a80f
treeed0ea97b1ce272876137bbb9a3e0119026581c50
parent345a1e150ed722bded478e23d3d75b6b73c63d5c
[ALSA] hda_intel: build fix

  CC [M]  sound/pci/hda/hda_intel.o
sound/pci/hda/hda_intel.c:1508: error: position_fix_list causes a section type conflict
Gcc like its __devinitdata readable not const, it seems.  An alternative
fix would be to remove the __devinitdata attribute but that would result
in slight runtime bloat.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/hda_intel.c