diff options
Diffstat (limited to 'drivers/mfd/88pm805.c')
-rw-r--r-- | drivers/mfd/88pm805.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/88pm805.c b/drivers/mfd/88pm805.c index 13c09941dc2c..e671230be2b1 100644 --- a/drivers/mfd/88pm805.c +++ b/drivers/mfd/88pm805.c | |||
@@ -262,7 +262,7 @@ out_init: | |||
262 | return ret; | 262 | return ret; |
263 | } | 263 | } |
264 | 264 | ||
265 | static int __devexit pm805_remove(struct i2c_client *client) | 265 | static int pm805_remove(struct i2c_client *client) |
266 | { | 266 | { |
267 | struct pm80x_chip *chip = i2c_get_clientdata(client); | 267 | struct pm80x_chip *chip = i2c_get_clientdata(client); |
268 | 268 | ||