Skip to content

Commit

Permalink
ASoC: Add missing __devexit in wm8940.c
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed May 15, 2009
1 parent 5f592bb commit 2baaec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8940.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2baaec2

Please sign in to comment.