diff options
Diffstat (limited to 'drivers/mfd/ab8500-sysctrl.c')
-rw-r--r-- | drivers/mfd/ab8500-sysctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-sysctrl.c b/drivers/mfd/ab8500-sysctrl.c index c28d4eb1eff0..d8cc157af3e8 100644 --- a/drivers/mfd/ab8500-sysctrl.c +++ b/drivers/mfd/ab8500-sysctrl.c | |||
@@ -67,7 +67,7 @@ static struct platform_driver ab8500_sysctrl_driver = { | |||
67 | .owner = THIS_MODULE, | 67 | .owner = THIS_MODULE, |
68 | }, | 68 | }, |
69 | .probe = ab8500_sysctrl_probe, | 69 | .probe = ab8500_sysctrl_probe, |
70 | .remove = __devexit_p(ab8500_sysctrl_remove), | 70 | .remove = ab8500_sysctrl_remove, |
71 | }; | 71 | }; |
72 | 72 | ||
73 | static int __init ab8500_sysctrl_init(void) | 73 | static int __init ab8500_sysctrl_init(void) |