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 f67af3c1b963..184a92feca70 100644 --- a/drivers/regulator/max1586.c +++ b/drivers/regulator/max1586.c | |||
@@ -207,7 +207,7 @@ MODULE_DEVICE_TABLE(i2c, max1586_id); | |||
207 | 207 | ||
208 | static struct i2c_driver max1586_pmic_driver = { | 208 | static struct i2c_driver max1586_pmic_driver = { |
209 | .probe = max1586_pmic_probe, | 209 | .probe = max1586_pmic_probe, |
210 | .remove = __devexit_p(max1586_pmic_remove), | 210 | .remove = max1586_pmic_remove, |
211 | .driver = { | 211 | .driver = { |
212 | .name = "max1586", | 212 | .name = "max1586", |
213 | .owner = THIS_MODULE, | 213 | .owner = THIS_MODULE, |