projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3607ae
)
ASoC: sound/wm9090: add missing __devexit marker
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 26 Oct 2010 20:04:36 +0000
(16:04 -0400)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 27 Oct 2010 05:53:43 +0000
(07:53 +0200)
This fixes the following warning:
sound/soc/codecs/wm9090.c:668:12: warning: 'wm9090_i2c_remove' defined but not used
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/wm9090.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm9090.c
b/sound/soc/codecs/wm9090.c
index
7a18254
..
99c046b
100644
(file)
--- a/
sound/soc/codecs/wm9090.c
+++ b/
sound/soc/codecs/wm9090.c
@@
-665,7
+665,7
@@
static int wm9090_i2c_probe(struct i2c_client *i2c,
return ret;
}
-static int wm9090_i2c_remove(struct i2c_client *i2c)
+static int
__devexit
wm9090_i2c_remove(struct i2c_client *i2c)
{
struct wm9090_priv *wm9090 = i2c_get_clientdata(i2c);