diff options
Diffstat (limited to 'drivers/regulator/max1586.c')
-rw-r--r-- | drivers/regulator/max1586.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c index 1609810a9a3d..3a035ece83c1 100644 --- a/drivers/regulator/max1586.c +++ b/drivers/regulator/max1586.c | |||
@@ -188,7 +188,7 @@ err: | |||
188 | return ret; | 188 | return ret; |
189 | } | 189 | } |
190 | 190 | ||
191 | static int __devexit max1586_pmic_remove(struct i2c_client *client) | 191 | static int max1586_pmic_remove(struct i2c_client *client) |
192 | { | 192 | { |
193 | struct max1586_data *max1586 = i2c_get_clientdata(client); | 193 | struct max1586_data *max1586 = i2c_get_clientdata(client); |
194 | int i; | 194 | int i; |