[ALSA] hda-intel - Remove invalid __devinit
authorTakashi Iwai <tiwai@suse.de>
Thu, 2 Aug 2007 13:51:59 +0000 (15:51 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:58:24 +0000 (15:58 +0200)
commit12f288bffeaa3196ebd5da49c5c7ac06c6188b61
treebce360883b1c0595574194f027807b325678a6f2
parent350a29b457de480ee517dbb194a934421b2e9f37
[ALSA] hda-intel - Remove invalid __devinit

Some functions in hda_codec.c are called from patch ops, which are
kept in the codec instance even after initialization.  Thus they
shouldn't be marked as __devinit.

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