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

Commit 2baaec28 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ASoC: Add missing __devexit in wm8940.c



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5f592bb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);