Re: [PATCH 9/12] sound: fix compile error (wrong declaration of devinitdata)

2007-06-20 Thread Takashi Iwai
At Wed, 20 Jun 2007 00:51:20 +0200, Andreas Herrmann wrote: > > Fix compile error: > > CC sound/pci/ice1712/prodigy192.o > sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a section > type conflict > > ... but __initdata cannot be "const". > > Signed-off-by: Andreas H

[PATCH 9/12] sound: fix compile error (wrong declaration of devinitdata)

2007-06-19 Thread Andreas Herrmann
Fix compile error: CC sound/pci/ice1712/prodigy192.o sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a section type conflict ... but __initdata cannot be "const". Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> --- sound/pci/ice1712/prodigy192.c |2 +- 1 file