projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f8339
)
ALSA: ASoC - Add missing __devexit annotation to wm8350.c
author
Takashi Iwai
<tiwai@suse.de>
Sat, 20 Dec 2008 15:50:53 +0000
(16:50 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 20 Dec 2008 15:50:53 +0000
(16:50 +0100)
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>
sound/soc/codecs/wm8350.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8350.c
b/sound/soc/codecs/wm8350.c
index 4bbfb5a5894b51798fa1d1129ed3a5c3ec193f28..e3989d406f54d17bb861da78e32d691ba541c1cc 100644
(file)
--- a/
sound/soc/codecs/wm8350.c
+++ b/
sound/soc/codecs/wm8350.c
@@
-1542,7
+1542,7
@@
err_priv:
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;