From: Takashi Iwai Date: Sat, 14 Nov 2009 13:37:19 +0000 (+0100) Subject: ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume() X-Git-Tag: v2.6.32-rc8~9^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e08fe570c2dbabb5015c37049eb9a451e55c890;p=profile%2Fcommon%2Fkernel-common.git ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume() Remove invlid __devinit prefix from the suspend callback. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ice1712/prodigy_hifi.c b/sound/pci/ice1712/prodigy_hifi.c index c75515f..6a9fee3 100644 --- a/sound/pci/ice1712/prodigy_hifi.c +++ b/sound/pci/ice1712/prodigy_hifi.c @@ -1100,7 +1100,7 @@ static void ak4396_init(struct snd_ice1712 *ice) } #ifdef CONFIG_PM -static int __devinit prodigy_hd2_resume(struct snd_ice1712 *ice) +static int prodigy_hd2_resume(struct snd_ice1712 *ice) { /* initialize ak4396 codec and restore previous mixer volumes */ struct prodigy_hifi_spec *spec = ice->spec;