Skip to content

Commit

Permalink
ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume()
Browse files Browse the repository at this point in the history
Remove invlid __devinit prefix from the suspend callback.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Nov 14, 2009
1 parent b7fe750 commit 5e08fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ice1712/prodigy_hifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5e08fe5

Please sign in to comment.