You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ASoC: Add missing __devexit in wm8940.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -907,7 +907,7 @@ static int wm8940_i2c_probe(struct i2c_client *i2c,
|
|||||||
return wm8940_register(wm8940);
|
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);
|
struct wm8940_priv *wm8940 = i2c_get_clientdata(client);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user