aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/ab8500-ext.c')
-rw-r--r--drivers/regulator/ab8500-ext.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/regulator/ab8500-ext.c b/drivers/regulator/ab8500-ext.c
index 9aee21cad379..20680f30a968 100644
--- a/drivers/regulator/ab8500-ext.c
+++ b/drivers/regulator/ab8500-ext.c
@@ -394,7 +394,7 @@ int ab8500_ext_regulator_init(struct platform_device *pdev)
394 return 0; 394 return 0;
395} 395}
396 396
397int ab8500_ext_regulator_exit(struct platform_device *pdev) 397void ab8500_ext_regulator_exit(struct platform_device *pdev)
398{ 398{
399 int i; 399 int i;
400 400
@@ -407,8 +407,6 @@ int ab8500_ext_regulator_exit(struct platform_device *pdev)
407 407
408 regulator_unregister(info->rdev); 408 regulator_unregister(info->rdev);
409 } 409 }
410
411 return 0;
412} 410}
413 411
414MODULE_LICENSE("GPL v2"); 412MODULE_LICENSE("GPL v2");