aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max1586.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max1586.c')
-rw-r--r--drivers/regulator/max1586.c2
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
191static int __devexit max1586_pmic_remove(struct i2c_client *client) 191static 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;