From: Ralf Baechle Date: Tue, 13 Mar 2007 14:29:47 +0000 (+0100) Subject: [ALSA] hda_intel: build fix X-Git-Tag: v2.6.22-rc1~22^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623ec04798bc21a611a5409f39bd3069cc64a80f;p=pandora-kernel.git [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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed