diff options
Diffstat (limited to 'drivers/regulator/s2mps11.c')
-rw-r--r-- | drivers/regulator/s2mps11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c index 926f9c8f2fac..c2723caf15ea 100644 --- a/drivers/regulator/s2mps11.c +++ b/drivers/regulator/s2mps11.c | |||
@@ -330,7 +330,7 @@ static struct platform_driver s2mps11_pmic_driver = { | |||
330 | .owner = THIS_MODULE, | 330 | .owner = THIS_MODULE, |
331 | }, | 331 | }, |
332 | .probe = s2mps11_pmic_probe, | 332 | .probe = s2mps11_pmic_probe, |
333 | .remove = __devexit_p(s2mps11_pmic_remove), | 333 | .remove = s2mps11_pmic_remove, |
334 | .id_table = s2mps11_pmic_id, | 334 | .id_table = s2mps11_pmic_id, |
335 | }; | 335 | }; |
336 | 336 | ||