diff options
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/wm8350.c | 2 |
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 | ||
1545 | static int wm8350_codec_remove(struct platform_device *pdev) | 1545 | static 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; |