aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da903x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/da903x.c')
-rw-r--r--drivers/regulator/da903x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/da903x.c b/drivers/regulator/da903x.c
index b431ae357fcd..affa1b191314 100644
--- a/drivers/regulator/da903x.c
+++ b/drivers/regulator/da903x.c
@@ -475,7 +475,6 @@ static int da903x_regulator_probe(struct platform_device *pdev)
475static struct platform_driver da903x_regulator_driver = { 475static struct platform_driver da903x_regulator_driver = {
476 .driver = { 476 .driver = {
477 .name = "da903x-regulator", 477 .name = "da903x-regulator",
478 .owner = THIS_MODULE,
479 }, 478 },
480 .probe = da903x_regulator_probe, 479 .probe = da903x_regulator_probe,
481}; 480};