Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a31501d1 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ASoC - Add missing __devexit annotation to wm8350.c



Added the missing __devexit annotation to wm8350_codec_remove():
  sound/soc/codecs/wm8350.c:1546: warning: 'wm8350_codec_remove' defined but not used

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d6f83396
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1542,7 +1542,7 @@ static int wm8350_codec_probe(struct platform_device *pdev)
	return ret;
}

static int wm8350_codec_remove(struct platform_device *pdev)
static int __devexit wm8350_codec_remove(struct platform_device *pdev)
{
	struct wm8350 *wm8350 = platform_get_drvdata(pdev);
	struct snd_soc_codec *codec = wm8350->codec.codec;