diff options
Diffstat (limited to 'drivers/mfd/tps65217.c')
-rw-r--r-- | drivers/mfd/tps65217.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index 8cba75750e91..e14e252e3473 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c | |||
@@ -214,7 +214,7 @@ static int tps65217_probe(struct i2c_client *client, | |||
214 | return 0; | 214 | return 0; |
215 | } | 215 | } |
216 | 216 | ||
217 | static int __devexit tps65217_remove(struct i2c_client *client) | 217 | static int tps65217_remove(struct i2c_client *client) |
218 | { | 218 | { |
219 | struct tps65217 *tps = i2c_get_clientdata(client); | 219 | struct tps65217 *tps = i2c_get_clientdata(client); |
220 | 220 | ||