diff options
Diffstat (limited to 'drivers/mfd/tc3589x.c')
-rw-r--r-- | drivers/mfd/tc3589x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tc3589x.c b/drivers/mfd/tc3589x.c index 7e197f788b0a..a06d66b929b1 100644 --- a/drivers/mfd/tc3589x.c +++ b/drivers/mfd/tc3589x.c | |||
@@ -402,7 +402,7 @@ out_free: | |||
402 | return ret; | 402 | return ret; |
403 | } | 403 | } |
404 | 404 | ||
405 | static int __devexit tc3589x_remove(struct i2c_client *client) | 405 | static int tc3589x_remove(struct i2c_client *client) |
406 | { | 406 | { |
407 | struct tc3589x *tc3589x = i2c_get_clientdata(client); | 407 | struct tc3589x *tc3589x = i2c_get_clientdata(client); |
408 | 408 | ||