projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94be5f
)
ASoC: sound/ad73311: add missing __devexit marker
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 26 Oct 2010 20:04:34 +0000
(16:04 -0400)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 27 Oct 2010 05:53:17 +0000
(07:53 +0200)
This fixes the following warning:
sound/soc/codecs/ad73311.c:50:12: warning: 'ad73311_remove' defined but not used
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/ad73311.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ad73311.c
b/sound/soc/codecs/ad73311.c
index
c53955f
..
de799cd
100644
(file)
--- a/
sound/soc/codecs/ad73311.c
+++ b/
sound/soc/codecs/ad73311.c
@@
-47,7
+47,7
@@
static int ad73311_probe(struct platform_device *pdev)
&soc_codec_dev_ad73311, &ad73311_dai, 1);
}
-static int ad73311_remove(struct platform_device *pdev)
+static int
__devexit
ad73311_remove(struct platform_device *pdev)
{
snd_soc_unregister_codec(&pdev->dev);
return 0;