aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/wm831x-ldo.c')
-rw-r--r--drivers/regulator/wm831x-ldo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/regulator/wm831x-ldo.c b/drivers/regulator/wm831x-ldo.c
index eca0eeb78acd..7ae2dc82f636 100644
--- a/drivers/regulator/wm831x-ldo.c
+++ b/drivers/regulator/wm831x-ldo.c
@@ -307,7 +307,6 @@ static struct platform_driver wm831x_gp_ldo_driver = {
307 .probe = wm831x_gp_ldo_probe, 307 .probe = wm831x_gp_ldo_probe,
308 .driver = { 308 .driver = {
309 .name = "wm831x-ldo", 309 .name = "wm831x-ldo",
310 .owner = THIS_MODULE,
311 }, 310 },
312}; 311};
313 312
@@ -516,7 +515,6 @@ static struct platform_driver wm831x_aldo_driver = {
516 .probe = wm831x_aldo_probe, 515 .probe = wm831x_aldo_probe,
517 .driver = { 516 .driver = {
518 .name = "wm831x-aldo", 517 .name = "wm831x-aldo",
519 .owner = THIS_MODULE,
520 }, 518 },
521}; 519};
522 520
@@ -650,7 +648,6 @@ static struct platform_driver wm831x_alive_ldo_driver = {
650 .probe = wm831x_alive_ldo_probe, 648 .probe = wm831x_alive_ldo_probe,
651 .driver = { 649 .driver = {
652 .name = "wm831x-alive-ldo", 650 .name = "wm831x-alive-ldo",
653 .owner = THIS_MODULE,
654 }, 651 },
655}; 652};
656 653