aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-dcdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/wm831x-dcdc.c')
-rw-r--r--drivers/regulator/wm831x-dcdc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/regulator/wm831x-dcdc.c b/drivers/regulator/wm831x-dcdc.c
index 0d88a82ab2a2..0d7e164a5e76 100644
--- a/drivers/regulator/wm831x-dcdc.c
+++ b/drivers/regulator/wm831x-dcdc.c
@@ -562,7 +562,6 @@ static struct platform_driver wm831x_buckv_driver = {
562 .probe = wm831x_buckv_probe, 562 .probe = wm831x_buckv_probe,
563 .driver = { 563 .driver = {
564 .name = "wm831x-buckv", 564 .name = "wm831x-buckv",
565 .owner = THIS_MODULE,
566 }, 565 },
567}; 566};
568 567
@@ -689,7 +688,6 @@ static struct platform_driver wm831x_buckp_driver = {
689 .probe = wm831x_buckp_probe, 688 .probe = wm831x_buckp_probe,
690 .driver = { 689 .driver = {
691 .name = "wm831x-buckp", 690 .name = "wm831x-buckp",
692 .owner = THIS_MODULE,
693 }, 691 },
694}; 692};
695 693
@@ -804,7 +802,6 @@ static struct platform_driver wm831x_boostp_driver = {
804 .probe = wm831x_boostp_probe, 802 .probe = wm831x_boostp_probe,
805 .driver = { 803 .driver = {
806 .name = "wm831x-boostp", 804 .name = "wm831x-boostp",
807 .owner = THIS_MODULE,
808 }, 805 },
809}; 806};
810 807
@@ -880,7 +877,6 @@ static struct platform_driver wm831x_epe_driver = {
880 .probe = wm831x_epe_probe, 877 .probe = wm831x_epe_probe,
881 .driver = { 878 .driver = {
882 .name = "wm831x-epe", 879 .name = "wm831x-epe",
883 .owner = THIS_MODULE,
884 }, 880 },
885}; 881};
886 882