diff options
| -rw-r--r-- | sound/soc/codecs/max98088.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index e7a40d16df90..bc22ee93a75d 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c | |||
| @@ -2051,7 +2051,7 @@ static int max98088_i2c_probe(struct i2c_client *i2c, | |||
| 2051 | return ret; | 2051 | return ret; |
| 2052 | } | 2052 | } |
| 2053 | 2053 | ||
| 2054 | static int max98088_i2c_remove(struct i2c_client *client) | 2054 | static int __devexit max98088_i2c_remove(struct i2c_client *client) |
| 2055 | { | 2055 | { |
| 2056 | snd_soc_unregister_codec(&client->dev); | 2056 | snd_soc_unregister_codec(&client->dev); |
| 2057 | kfree(i2c_get_clientdata(client)); | 2057 | kfree(i2c_get_clientdata(client)); |
