diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-15 06:18:47 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-15 06:18:47 -0400 |
commit | 2baaec28068d07db3d4ae6ba885fa07255b2ad79 (patch) | |
tree | 0886e46c851373cb1cbb937a4d6a5f8a72ee764c /sound/soc/codecs/wm8940.c | |
parent | 5f592bb99b2634b2c515bb75d92cae14b1e22c51 (diff) |
ASoC: Add missing __devexit in wm8940.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8940.c')
-rw-r--r-- | sound/soc/codecs/wm8940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index a66dacc7cc83..b8e17d6bc1f7 100644 --- 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, | |||
907 | return wm8940_register(wm8940); | 907 | return wm8940_register(wm8940); |
908 | } | 908 | } |
909 | 909 | ||
910 | static int wm8940_i2c_remove(struct i2c_client *client) | 910 | static int __devexit wm8940_i2c_remove(struct i2c_client *client) |
911 | { | 911 | { |
912 | struct wm8940_priv *wm8940 = i2c_get_clientdata(client); | 912 | struct wm8940_priv *wm8940 = i2c_get_clientdata(client); |
913 | 913 | ||