diff options
Diffstat (limited to 'drivers/regulator/ab3100.c')
-rw-r--r-- | drivers/regulator/ab3100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c index 7a04d5fe4e93..111ec69a3e94 100644 --- a/drivers/regulator/ab3100.c +++ b/drivers/regulator/ab3100.c | |||
@@ -571,7 +571,7 @@ static int ab3100_regulators_probe(struct platform_device *pdev) | |||
571 | return 0; | 571 | return 0; |
572 | } | 572 | } |
573 | 573 | ||
574 | static int __devexit ab3100_regulators_remove(struct platform_device *pdev) | 574 | static int ab3100_regulators_remove(struct platform_device *pdev) |
575 | { | 575 | { |
576 | int i; | 576 | int i; |
577 | 577 | ||