diff options
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index 07aee694ba92..4e0d3b5934d3 100644 --- a/drivers/regulator/palmas-regulator.c +++ b/drivers/regulator/palmas-regulator.c | |||
@@ -890,7 +890,7 @@ static struct platform_driver palmas_driver = { | |||
890 | .owner = THIS_MODULE, | 890 | .owner = THIS_MODULE, |
891 | }, | 891 | }, |
892 | .probe = palmas_probe, | 892 | .probe = palmas_probe, |
893 | .remove = __devexit_p(palmas_remove), | 893 | .remove = palmas_remove, |
894 | }; | 894 | }; |
895 | 895 | ||
896 | static int __init palmas_init(void) | 896 | static int __init palmas_init(void) |