Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3607aef authored by Arnaud Lacombe's avatar Arnaud Lacombe Committed by Takashi Iwai
Browse files

ASoC: sound/max98088: add missing __devexit marker



This fixes the following warning:

sound/soc/codecs/max98088.c:2054:12: warning: 'max98088_i2c_remove' defined but not used

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 836f5394
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2051,7 +2051,7 @@ static int max98088_i2c_probe(struct i2c_client *i2c,
       return ret;
}

static int max98088_i2c_remove(struct i2c_client *client)
static int __devexit max98088_i2c_remove(struct i2c_client *client)
{
       snd_soc_unregister_codec(&client->dev);
       kfree(i2c_get_clientdata(client));