diff options
Diffstat (limited to 'drivers/regulator/max8998.c')
-rw-r--r-- | drivers/regulator/max8998.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 5dfa920ff0c8..1edb01c9bdcd 100644 --- a/drivers/regulator/max8998.c +++ b/drivers/regulator/max8998.c | |||
@@ -842,7 +842,7 @@ static struct platform_driver max8998_pmic_driver = { | |||
842 | .owner = THIS_MODULE, | 842 | .owner = THIS_MODULE, |
843 | }, | 843 | }, |
844 | .probe = max8998_pmic_probe, | 844 | .probe = max8998_pmic_probe, |
845 | .remove = __devexit_p(max8998_pmic_remove), | 845 | .remove = max8998_pmic_remove, |
846 | .id_table = max8998_pmic_id, | 846 | .id_table = max8998_pmic_id, |
847 | }; | 847 | }; |
848 | 848 | ||