diff options
Diffstat (limited to 'drivers/regulator/tps51632-regulator.c')
-rw-r--r-- | drivers/regulator/tps51632-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps51632-regulator.c b/drivers/regulator/tps51632-regulator.c index ff79a468cd99..a9c3a4a6cca0 100644 --- a/drivers/regulator/tps51632-regulator.c +++ b/drivers/regulator/tps51632-regulator.c | |||
@@ -290,7 +290,7 @@ static int tps51632_probe(struct i2c_client *client, | |||
290 | return 0; | 290 | return 0; |
291 | } | 291 | } |
292 | 292 | ||
293 | static int __devexit tps51632_remove(struct i2c_client *client) | 293 | static int tps51632_remove(struct i2c_client *client) |
294 | { | 294 | { |
295 | struct tps51632_chip *tps = i2c_get_clientdata(client); | 295 | struct tps51632_chip *tps = i2c_get_clientdata(client); |
296 | 296 | ||