aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/db8500-prcmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/db8500-prcmu.c')
-rw-r--r--drivers/regulator/db8500-prcmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/db8500-prcmu.c b/drivers/regulator/db8500-prcmu.c
index 617c1adca816..7cec535cf0bc 100644
--- a/drivers/regulator/db8500-prcmu.c
+++ b/drivers/regulator/db8500-prcmu.c
@@ -534,7 +534,6 @@ static int db8500_regulator_remove(struct platform_device *pdev)
534static struct platform_driver db8500_regulator_driver = { 534static struct platform_driver db8500_regulator_driver = {
535 .driver = { 535 .driver = {
536 .name = "db8500-prcmu-regulators", 536 .name = "db8500-prcmu-regulators",
537 .owner = THIS_MODULE,
538 }, 537 },
539 .probe = db8500_regulator_probe, 538 .probe = db8500_regulator_probe,
540 .remove = db8500_regulator_remove, 539 .remove = db8500_regulator_remove,