projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f592bb
)
ASoC: Add missing __devexit in wm8940.c
author
Takashi Iwai
<tiwai@suse.de>
Fri, 15 May 2009 10:18:47 +0000
(12:18 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 15 May 2009 10:18:47 +0000
(12:18 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/wm8940.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8940.c
b/sound/soc/codecs/wm8940.c
index a66dacc7cc83a140284a93c599bc1d00ce7484e0..b8e17d6bc1f7d2f0078c62887df249ce8e7479fb 100644
(file)
--- a/
sound/soc/codecs/wm8940.c
+++ b/
sound/soc/codecs/wm8940.c
@@
-907,7
+907,7
@@
static int wm8940_i2c_probe(struct i2c_client *i2c,
return wm8940_register(wm8940);
}
-static int wm8940_i2c_remove(struct i2c_client *client)
+static int
__devexit
wm8940_i2c_remove(struct i2c_client *client)
{
struct wm8940_priv *wm8940 = i2c_get_clientdata(client);