diff options
Diffstat (limited to 'drivers/regulator/fan53555.c')
-rw-r--r-- | drivers/regulator/fan53555.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c index 199172a3bbfa..9165b0c40ed3 100644 --- a/drivers/regulator/fan53555.c +++ b/drivers/regulator/fan53555.c | |||
@@ -293,7 +293,7 @@ static int fan53555_regulator_probe(struct i2c_client *client, | |||
293 | 293 | ||
294 | } | 294 | } |
295 | 295 | ||
296 | static int __devexit fan53555_regulator_remove(struct i2c_client *client) | 296 | static int fan53555_regulator_remove(struct i2c_client *client) |
297 | { | 297 | { |
298 | struct fan53555_device_info *di = i2c_get_clientdata(client); | 298 | struct fan53555_device_info *di = i2c_get_clientdata(client); |
299 | 299 | ||