diff options
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, 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); |