diff --git a/[refs] b/[refs] index fcfb8f5050d0..f83763d61676 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6f833965e594015ee05341e43ff4a86f11596b3 +refs/heads/master: a31501d1041c9d0a6c3f520736ae2b2fa081493a diff --git a/trunk/sound/soc/codecs/wm8350.c b/trunk/sound/soc/codecs/wm8350.c index 4bbfb5a5894b..e3989d406f54 100644 --- a/trunk/sound/soc/codecs/wm8350.c +++ b/trunk/sound/soc/codecs/wm8350.c @@ -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;