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

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

ASoC: sound/wm9090: add missing __devexit marker



This fixes the following warning:

sound/soc/codecs/wm9090.c:668:12: warning: 'wm9090_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 f3607aef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ static int wm9090_i2c_probe(struct i2c_client *i2c,
	return ret;
}

static int wm9090_i2c_remove(struct i2c_client *i2c)
static int __devexit wm9090_i2c_remove(struct i2c_client *i2c)
{
	struct wm9090_priv *wm9090 = i2c_get_clientdata(i2c);