aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8350.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-20 10:50:53 -0500
committerTakashi Iwai <tiwai@suse.de>2008-12-20 10:50:53 -0500
commita31501d1041c9d0a6c3f520736ae2b2fa081493a (patch)
tree4fa88230da1d93f20ccac8a7488b262def7d7dfa /sound/soc/codecs/wm8350.c
parentd6f833965e594015ee05341e43ff4a86f11596b3 (diff)
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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8350.c')
-rw-r--r--sound/soc/codecs/wm8350.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c
index 4bbfb5a5894b..e3989d406f54 100644
--- a/sound/soc/codecs/wm8350.c
+++ b/sound/soc/codecs/wm8350.c
@@ -1542,7 +1542,7 @@ err_priv:
1542 return ret; 1542 return ret;
1543} 1543}
1544 1544
1545static int wm8350_codec_remove(struct platform_device *pdev) 1545static int __devexit wm8350_codec_remove(struct platform_device *pdev)
1546{ 1546{
1547 struct wm8350 *wm8350 = platform_get_drvdata(pdev); 1547 struct wm8350 *wm8350 = platform_get_drvdata(pdev);
1548 struct snd_soc_codec *codec = wm8350->codec.codec; 1548 struct snd_soc_codec *codec = wm8350->codec.codec;