aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/88pm800.c1
-rw-r--r--drivers/regulator/88pm8607.c1
-rw-r--r--drivers/regulator/aat2870-regulator.c1
-rw-r--r--drivers/regulator/ab3100.c1
-rw-r--r--drivers/regulator/ab8500-ext.c1
-rw-r--r--drivers/regulator/ab8500.c1
-rw-r--r--drivers/regulator/anatop-regulator.c1
-rw-r--r--drivers/regulator/arizona-ldo1.c1
-rw-r--r--drivers/regulator/arizona-micsupp.c1
-rw-r--r--drivers/regulator/as3711-regulator.c1
-rw-r--r--drivers/regulator/as3722-regulator.c1
-rw-r--r--drivers/regulator/axp20x-regulator.c1
-rw-r--r--drivers/regulator/bcm590xx-regulator.c1
-rw-r--r--drivers/regulator/da903x.c1
-rw-r--r--drivers/regulator/da9052-regulator.c1
-rw-r--r--drivers/regulator/da9055-regulator.c1
-rw-r--r--drivers/regulator/da9063-regulator.c1
-rw-r--r--drivers/regulator/db8500-prcmu.c1
-rw-r--r--drivers/regulator/dummy.c1
-rw-r--r--drivers/regulator/fixed.c1
-rw-r--r--drivers/regulator/gpio-regulator.c1
-rw-r--r--drivers/regulator/hi6421-regulator.c1
-rw-r--r--drivers/regulator/lp8788-buck.c1
-rw-r--r--drivers/regulator/lp8788-ldo.c2
-rw-r--r--drivers/regulator/max14577.c1
-rw-r--r--drivers/regulator/max77686.c1
-rw-r--r--drivers/regulator/max77693.c1
-rw-r--r--drivers/regulator/max77802.c1
-rw-r--r--drivers/regulator/max8907-regulator.c1
-rw-r--r--drivers/regulator/max8925-regulator.c1
-rw-r--r--drivers/regulator/max8997.c1
-rw-r--r--drivers/regulator/max8998.c1
-rw-r--r--drivers/regulator/mc13783-regulator.c1
-rw-r--r--drivers/regulator/mc13892-regulator.c1
-rw-r--r--drivers/regulator/palmas-regulator.c1
-rw-r--r--drivers/regulator/pbias-regulator.c1
-rw-r--r--drivers/regulator/pcap-regulator.c1
-rw-r--r--drivers/regulator/pwm-regulator.c1
-rw-r--r--drivers/regulator/qcom_rpm-regulator.c1
-rw-r--r--drivers/regulator/rc5t583-regulator.c1
-rw-r--r--drivers/regulator/rk808-regulator.c1
-rw-r--r--drivers/regulator/s2mpa01.c1
-rw-r--r--drivers/regulator/s2mps11.c1
-rw-r--r--drivers/regulator/s5m8767.c1
-rw-r--r--drivers/regulator/stw481x-vmmc.c1
-rw-r--r--drivers/regulator/ti-abb-regulator.c1
-rw-r--r--drivers/regulator/tps6105x-regulator.c1
-rw-r--r--drivers/regulator/tps6507x-regulator.c1
-rw-r--r--drivers/regulator/tps65090-regulator.c1
-rw-r--r--drivers/regulator/tps65218-regulator.c1
-rw-r--r--drivers/regulator/tps6586x-regulator.c1
-rw-r--r--drivers/regulator/tps65910-regulator.c1
-rw-r--r--drivers/regulator/tps65912-regulator.c1
-rw-r--r--drivers/regulator/tps80031-regulator.c1
-rw-r--r--drivers/regulator/twl-regulator.c1
-rw-r--r--drivers/regulator/vexpress.c1
-rw-r--r--drivers/regulator/virtual.c1
-rw-r--r--drivers/regulator/wm831x-dcdc.c4
-rw-r--r--drivers/regulator/wm831x-isink.c1
-rw-r--r--drivers/regulator/wm831x-ldo.c3
-rw-r--r--drivers/regulator/wm8994-regulator.c1
61 files changed, 0 insertions, 67 deletions
diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c
index 4e6c8c611905..832932bdc977 100644
--- a/drivers/regulator/88pm800.c
+++ b/drivers/regulator/88pm800.c
@@ -362,7 +362,6 @@ static int pm800_regulator_remove(struct platform_device *pdev)
362static struct platform_driver pm800_regulator_driver = { 362static struct platform_driver pm800_regulator_driver = {
363 .driver = { 363 .driver = {
364 .name = "88pm80x-regulator", 364 .name = "88pm80x-regulator",
365 .owner = THIS_MODULE,
366 }, 365 },
367 .probe = pm800_regulator_probe, 366 .probe = pm800_regulator_probe,
368 .remove = pm800_regulator_remove, 367 .remove = pm800_regulator_remove,
diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c
index 3fe47bd66153..c3d15427adc7 100644
--- a/drivers/regulator/88pm8607.c
+++ b/drivers/regulator/88pm8607.c
@@ -419,7 +419,6 @@ MODULE_DEVICE_TABLE(platform, pm8607_regulator_driver_ids);
419static struct platform_driver pm8607_regulator_driver = { 419static struct platform_driver pm8607_regulator_driver = {
420 .driver = { 420 .driver = {
421 .name = "88pm860x-regulator", 421 .name = "88pm860x-regulator",
422 .owner = THIS_MODULE,
423 }, 422 },
424 .probe = pm8607_regulator_probe, 423 .probe = pm8607_regulator_probe,
425 .id_table = pm8607_regulator_driver_ids, 424 .id_table = pm8607_regulator_driver_ids,
diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c
index c873ee0082cf..9dfabda8f478 100644
--- a/drivers/regulator/aat2870-regulator.c
+++ b/drivers/regulator/aat2870-regulator.c
@@ -191,7 +191,6 @@ static int aat2870_regulator_probe(struct platform_device *pdev)
191static struct platform_driver aat2870_regulator_driver = { 191static struct platform_driver aat2870_regulator_driver = {
192 .driver = { 192 .driver = {
193 .name = "aat2870-regulator", 193 .name = "aat2870-regulator",
194 .owner = THIS_MODULE,
195 }, 194 },
196 .probe = aat2870_regulator_probe, 195 .probe = aat2870_regulator_probe,
197}; 196};
diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c
index e10febe9ec34..de2644490f0d 100644
--- a/drivers/regulator/ab3100.c
+++ b/drivers/regulator/ab3100.c
@@ -721,7 +721,6 @@ static int ab3100_regulators_probe(struct platform_device *pdev)
721static struct platform_driver ab3100_regulators_driver = { 721static struct platform_driver ab3100_regulators_driver = {
722 .driver = { 722 .driver = {
723 .name = "ab3100-regulators", 723 .name = "ab3100-regulators",
724 .owner = THIS_MODULE,
725 }, 724 },
726 .probe = ab3100_regulators_probe, 725 .probe = ab3100_regulators_probe,
727 .remove = ab3100_regulators_remove, 726 .remove = ab3100_regulators_remove,
diff --git a/drivers/regulator/ab8500-ext.c b/drivers/regulator/ab8500-ext.c
index 29c0faaf8eba..84c1ee39ddae 100644
--- a/drivers/regulator/ab8500-ext.c
+++ b/drivers/regulator/ab8500-ext.c
@@ -433,7 +433,6 @@ static struct platform_driver ab8500_ext_regulator_driver = {
433 .probe = ab8500_ext_regulator_probe, 433 .probe = ab8500_ext_regulator_probe,
434 .driver = { 434 .driver = {
435 .name = "ab8500-ext-regulator", 435 .name = "ab8500-ext-regulator",
436 .owner = THIS_MODULE,
437 }, 436 },
438}; 437};
439 438
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index 1fda14e12ea8..0f97514e3474 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -3075,7 +3075,6 @@ static struct platform_driver ab8500_regulator_driver = {
3075 .probe = ab8500_regulator_probe, 3075 .probe = ab8500_regulator_probe,
3076 .driver = { 3076 .driver = {
3077 .name = "ab8500-regulator", 3077 .name = "ab8500-regulator",
3078 .owner = THIS_MODULE,
3079 }, 3078 },
3080}; 3079};
3081 3080
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
index 3586571814b2..738adfa5332b 100644
--- a/drivers/regulator/anatop-regulator.c
+++ b/drivers/regulator/anatop-regulator.c
@@ -322,7 +322,6 @@ static const struct of_device_id of_anatop_regulator_match_tbl[] = {
322static struct platform_driver anatop_regulator_driver = { 322static struct platform_driver anatop_regulator_driver = {
323 .driver = { 323 .driver = {
324 .name = "anatop_regulator", 324 .name = "anatop_regulator",
325 .owner = THIS_MODULE,
326 .of_match_table = of_anatop_regulator_match_tbl, 325 .of_match_table = of_anatop_regulator_match_tbl,
327 }, 326 },
328 .probe = anatop_regulator_probe, 327 .probe = anatop_regulator_probe,
diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c
index d071b2119a60..8169165904c0 100644
--- a/drivers/regulator/arizona-ldo1.c
+++ b/drivers/regulator/arizona-ldo1.c
@@ -300,7 +300,6 @@ static struct platform_driver arizona_ldo1_driver = {
300 .probe = arizona_ldo1_probe, 300 .probe = arizona_ldo1_probe,
301 .driver = { 301 .driver = {
302 .name = "arizona-ldo1", 302 .name = "arizona-ldo1",
303 .owner = THIS_MODULE,
304 }, 303 },
305}; 304};
306 305
diff --git a/drivers/regulator/arizona-micsupp.c b/drivers/regulator/arizona-micsupp.c
index c313ef4c3a2f..20079006459a 100644
--- a/drivers/regulator/arizona-micsupp.c
+++ b/drivers/regulator/arizona-micsupp.c
@@ -302,7 +302,6 @@ static struct platform_driver arizona_micsupp_driver = {
302 .probe = arizona_micsupp_probe, 302 .probe = arizona_micsupp_probe,
303 .driver = { 303 .driver = {
304 .name = "arizona-micsupp", 304 .name = "arizona-micsupp",
305 .owner = THIS_MODULE,
306 }, 305 },
307}; 306};
308 307
diff --git a/drivers/regulator/as3711-regulator.c b/drivers/regulator/as3711-regulator.c
index 8459b0b648cd..c0e93b1332f7 100644
--- a/drivers/regulator/as3711-regulator.c
+++ b/drivers/regulator/as3711-regulator.c
@@ -267,7 +267,6 @@ static int as3711_regulator_probe(struct platform_device *pdev)
267static struct platform_driver as3711_regulator_driver = { 267static struct platform_driver as3711_regulator_driver = {
268 .driver = { 268 .driver = {
269 .name = "as3711-regulator", 269 .name = "as3711-regulator",
270 .owner = THIS_MODULE,
271 }, 270 },
272 .probe = as3711_regulator_probe, 271 .probe = as3711_regulator_probe,
273}; 272};
diff --git a/drivers/regulator/as3722-regulator.c b/drivers/regulator/as3722-regulator.c
index b68f05f38537..8b046eec6ae0 100644
--- a/drivers/regulator/as3722-regulator.c
+++ b/drivers/regulator/as3722-regulator.c
@@ -916,7 +916,6 @@ MODULE_DEVICE_TABLE(of, of_as3722_regulator_match);
916static struct platform_driver as3722_regulator_driver = { 916static struct platform_driver as3722_regulator_driver = {
917 .driver = { 917 .driver = {
918 .name = "as3722-regulator", 918 .name = "as3722-regulator",
919 .owner = THIS_MODULE,
920 .of_match_table = of_as3722_regulator_match, 919 .of_match_table = of_as3722_regulator_match,
921 }, 920 },
922 .probe = as3722_regulator_probe, 921 .probe = as3722_regulator_probe,
diff --git a/drivers/regulator/axp20x-regulator.c b/drivers/regulator/axp20x-regulator.c
index 2e1010a34ddc..f23d7e1f2ee7 100644
--- a/drivers/regulator/axp20x-regulator.c
+++ b/drivers/regulator/axp20x-regulator.c
@@ -275,7 +275,6 @@ static struct platform_driver axp20x_regulator_driver = {
275 .probe = axp20x_regulator_probe, 275 .probe = axp20x_regulator_probe,
276 .driver = { 276 .driver = {
277 .name = "axp20x-regulator", 277 .name = "axp20x-regulator",
278 .owner = THIS_MODULE,
279 }, 278 },
280}; 279};
281 280
diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c
index fe6ac69549a6..628430bdc312 100644
--- a/drivers/regulator/bcm590xx-regulator.c
+++ b/drivers/regulator/bcm590xx-regulator.c
@@ -453,7 +453,6 @@ static int bcm590xx_probe(struct platform_device *pdev)
453static struct platform_driver bcm590xx_regulator_driver = { 453static struct platform_driver bcm590xx_regulator_driver = {
454 .driver = { 454 .driver = {
455 .name = "bcm590xx-vregs", 455 .name = "bcm590xx-vregs",
456 .owner = THIS_MODULE,
457 }, 456 },
458 .probe = bcm590xx_probe, 457 .probe = bcm590xx_probe,
459}; 458};
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};
diff --git a/drivers/regulator/da9052-regulator.c b/drivers/regulator/da9052-regulator.c
index 3945f1006d23..8a4df7a1f2ee 100644
--- a/drivers/regulator/da9052-regulator.c
+++ b/drivers/regulator/da9052-regulator.c
@@ -464,7 +464,6 @@ static struct platform_driver da9052_regulator_driver = {
464 .probe = da9052_regulator_probe, 464 .probe = da9052_regulator_probe,
465 .driver = { 465 .driver = {
466 .name = "da9052-regulator", 466 .name = "da9052-regulator",
467 .owner = THIS_MODULE,
468 }, 467 },
469}; 468};
470 469
diff --git a/drivers/regulator/da9055-regulator.c b/drivers/regulator/da9055-regulator.c
index 9516317e1a9f..cafdafbffcaf 100644
--- a/drivers/regulator/da9055-regulator.c
+++ b/drivers/regulator/da9055-regulator.c
@@ -665,7 +665,6 @@ static struct platform_driver da9055_regulator_driver = {
665 .probe = da9055_regulator_probe, 665 .probe = da9055_regulator_probe,
666 .driver = { 666 .driver = {
667 .name = "da9055-regulator", 667 .name = "da9055-regulator",
668 .owner = THIS_MODULE,
669 }, 668 },
670}; 669};
671 670
diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c
index 37dd42759ca9..31c2c593ae0b 100644
--- a/drivers/regulator/da9063-regulator.c
+++ b/drivers/regulator/da9063-regulator.c
@@ -893,7 +893,6 @@ static int da9063_regulator_remove(struct platform_device *pdev)
893static struct platform_driver da9063_regulator_driver = { 893static struct platform_driver da9063_regulator_driver = {
894 .driver = { 894 .driver = {
895 .name = DA9063_DRVNAME_REGULATORS, 895 .name = DA9063_DRVNAME_REGULATORS,
896 .owner = THIS_MODULE,
897 }, 896 },
898 .probe = da9063_regulator_probe, 897 .probe = da9063_regulator_probe,
899 .remove = da9063_regulator_remove, 898 .remove = da9063_regulator_remove,
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,
diff --git a/drivers/regulator/dummy.c b/drivers/regulator/dummy.c
index 7aef9e4c6fbf..cde749778774 100644
--- a/drivers/regulator/dummy.c
+++ b/drivers/regulator/dummy.c
@@ -63,7 +63,6 @@ static struct platform_driver dummy_regulator_driver = {
63 .probe = dummy_regulator_probe, 63 .probe = dummy_regulator_probe,
64 .driver = { 64 .driver = {
65 .name = "reg-dummy", 65 .name = "reg-dummy",
66 .owner = THIS_MODULE,
67 }, 66 },
68}; 67};
69 68
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index d21da27c0eb6..ff62d69ba0be 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -213,7 +213,6 @@ static struct platform_driver regulator_fixed_voltage_driver = {
213 .probe = reg_fixed_voltage_probe, 213 .probe = reg_fixed_voltage_probe,
214 .driver = { 214 .driver = {
215 .name = "reg-fixed-voltage", 215 .name = "reg-fixed-voltage",
216 .owner = THIS_MODULE,
217 .of_match_table = of_match_ptr(fixed_of_match), 216 .of_match_table = of_match_ptr(fixed_of_match),
218 }, 217 },
219}; 218};
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c
index c888a9a9482c..464018de7e97 100644
--- a/drivers/regulator/gpio-regulator.c
+++ b/drivers/regulator/gpio-regulator.c
@@ -401,7 +401,6 @@ static struct platform_driver gpio_regulator_driver = {
401 .remove = gpio_regulator_remove, 401 .remove = gpio_regulator_remove,
402 .driver = { 402 .driver = {
403 .name = "gpio-regulator", 403 .name = "gpio-regulator",
404 .owner = THIS_MODULE,
405 .of_match_table = of_match_ptr(regulator_gpio_of_match), 404 .of_match_table = of_match_ptr(regulator_gpio_of_match),
406 }, 405 },
407}; 406};
diff --git a/drivers/regulator/hi6421-regulator.c b/drivers/regulator/hi6421-regulator.c
index 156d0d1a55f1..42dc5fb8c899 100644
--- a/drivers/regulator/hi6421-regulator.c
+++ b/drivers/regulator/hi6421-regulator.c
@@ -623,7 +623,6 @@ static int hi6421_regulator_probe(struct platform_device *pdev)
623static struct platform_driver hi6421_regulator_driver = { 623static struct platform_driver hi6421_regulator_driver = {
624 .driver = { 624 .driver = {
625 .name = "hi6421-regulator", 625 .name = "hi6421-regulator",
626 .owner = THIS_MODULE,
627 }, 626 },
628 .probe = hi6421_regulator_probe, 627 .probe = hi6421_regulator_probe,
629}; 628};
diff --git a/drivers/regulator/lp8788-buck.c b/drivers/regulator/lp8788-buck.c
index 948afc249e29..a97bed90d39b 100644
--- a/drivers/regulator/lp8788-buck.c
+++ b/drivers/regulator/lp8788-buck.c
@@ -533,7 +533,6 @@ static struct platform_driver lp8788_buck_driver = {
533 .probe = lp8788_buck_probe, 533 .probe = lp8788_buck_probe,
534 .driver = { 534 .driver = {
535 .name = LP8788_DEV_BUCK, 535 .name = LP8788_DEV_BUCK,
536 .owner = THIS_MODULE,
537 }, 536 },
538}; 537};
539 538
diff --git a/drivers/regulator/lp8788-ldo.c b/drivers/regulator/lp8788-ldo.c
index b9a29a29933f..9f22d079c8cc 100644
--- a/drivers/regulator/lp8788-ldo.c
+++ b/drivers/regulator/lp8788-ldo.c
@@ -561,7 +561,6 @@ static struct platform_driver lp8788_dldo_driver = {
561 .probe = lp8788_dldo_probe, 561 .probe = lp8788_dldo_probe,
562 .driver = { 562 .driver = {
563 .name = LP8788_DEV_DLDO, 563 .name = LP8788_DEV_DLDO,
564 .owner = THIS_MODULE,
565 }, 564 },
566}; 565};
567 566
@@ -611,7 +610,6 @@ static struct platform_driver lp8788_aldo_driver = {
611 .probe = lp8788_aldo_probe, 610 .probe = lp8788_aldo_probe,
612 .driver = { 611 .driver = {
613 .name = LP8788_DEV_ALDO, 612 .name = LP8788_DEV_ALDO,
614 .owner = THIS_MODULE,
615 }, 613 },
616}; 614};
617 615
diff --git a/drivers/regulator/max14577.c b/drivers/regulator/max14577.c
index 0ff5a20ac958..bf9a44c5fdd2 100644
--- a/drivers/regulator/max14577.c
+++ b/drivers/regulator/max14577.c
@@ -371,7 +371,6 @@ MODULE_DEVICE_TABLE(platform, max14577_regulator_id);
371 371
372static struct platform_driver max14577_regulator_driver = { 372static struct platform_driver max14577_regulator_driver = {
373 .driver = { 373 .driver = {
374 .owner = THIS_MODULE,
375 .name = "max14577-regulator", 374 .name = "max14577-regulator",
376 }, 375 },
377 .probe = max14577_regulator_probe, 376 .probe = max14577_regulator_probe,
diff --git a/drivers/regulator/max77686.c b/drivers/regulator/max77686.c
index 871b96bcd2d0..10d206266ac2 100644
--- a/drivers/regulator/max77686.c
+++ b/drivers/regulator/max77686.c
@@ -488,7 +488,6 @@ MODULE_DEVICE_TABLE(platform, max77686_pmic_id);
488static struct platform_driver max77686_pmic_driver = { 488static struct platform_driver max77686_pmic_driver = {
489 .driver = { 489 .driver = {
490 .name = "max77686-pmic", 490 .name = "max77686-pmic",
491 .owner = THIS_MODULE,
492 }, 491 },
493 .probe = max77686_pmic_probe, 492 .probe = max77686_pmic_probe,
494 .id_table = max77686_pmic_id, 493 .id_table = max77686_pmic_id,
diff --git a/drivers/regulator/max77693.c b/drivers/regulator/max77693.c
index 7b9755a6c3b5..07b313e51b21 100644
--- a/drivers/regulator/max77693.c
+++ b/drivers/regulator/max77693.c
@@ -267,7 +267,6 @@ MODULE_DEVICE_TABLE(platform, max77693_pmic_id);
267static struct platform_driver max77693_pmic_driver = { 267static struct platform_driver max77693_pmic_driver = {
268 .driver = { 268 .driver = {
269 .name = "max77693-pmic", 269 .name = "max77693-pmic",
270 .owner = THIS_MODULE,
271 }, 270 },
272 .probe = max77693_pmic_probe, 271 .probe = max77693_pmic_probe,
273 .id_table = max77693_pmic_id, 272 .id_table = max77693_pmic_id,
diff --git a/drivers/regulator/max77802.c b/drivers/regulator/max77802.c
index 0766615c60bc..6af41abccacb 100644
--- a/drivers/regulator/max77802.c
+++ b/drivers/regulator/max77802.c
@@ -597,7 +597,6 @@ MODULE_DEVICE_TABLE(platform, max77802_pmic_id);
597static struct platform_driver max77802_pmic_driver = { 597static struct platform_driver max77802_pmic_driver = {
598 .driver = { 598 .driver = {
599 .name = "max77802-pmic", 599 .name = "max77802-pmic",
600 .owner = THIS_MODULE,
601 }, 600 },
602 .probe = max77802_pmic_probe, 601 .probe = max77802_pmic_probe,
603 .id_table = max77802_pmic_id, 602 .id_table = max77802_pmic_id,
diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c
index 3426be89c9f6..5e941db5ccaf 100644
--- a/drivers/regulator/max8907-regulator.c
+++ b/drivers/regulator/max8907-regulator.c
@@ -366,7 +366,6 @@ static int max8907_regulator_probe(struct platform_device *pdev)
366static struct platform_driver max8907_regulator_driver = { 366static struct platform_driver max8907_regulator_driver = {
367 .driver = { 367 .driver = {
368 .name = "max8907-regulator", 368 .name = "max8907-regulator",
369 .owner = THIS_MODULE,
370 }, 369 },
371 .probe = max8907_regulator_probe, 370 .probe = max8907_regulator_probe,
372}; 371};
diff --git a/drivers/regulator/max8925-regulator.c b/drivers/regulator/max8925-regulator.c
index 7770777befc4..c802f0239dc7 100644
--- a/drivers/regulator/max8925-regulator.c
+++ b/drivers/regulator/max8925-regulator.c
@@ -324,7 +324,6 @@ static int max8925_regulator_probe(struct platform_device *pdev)
324static struct platform_driver max8925_regulator_driver = { 324static struct platform_driver max8925_regulator_driver = {
325 .driver = { 325 .driver = {
326 .name = "max8925-regulator", 326 .name = "max8925-regulator",
327 .owner = THIS_MODULE,
328 }, 327 },
329 .probe = max8925_regulator_probe, 328 .probe = max8925_regulator_probe,
330}; 329};
diff --git a/drivers/regulator/max8997.c b/drivers/regulator/max8997.c
index 726fde1d883e..ea0196d4496b 100644
--- a/drivers/regulator/max8997.c
+++ b/drivers/regulator/max8997.c
@@ -1219,7 +1219,6 @@ MODULE_DEVICE_TABLE(platform, max8997_pmic_id);
1219static struct platform_driver max8997_pmic_driver = { 1219static struct platform_driver max8997_pmic_driver = {
1220 .driver = { 1220 .driver = {
1221 .name = "max8997-pmic", 1221 .name = "max8997-pmic",
1222 .owner = THIS_MODULE,
1223 }, 1222 },
1224 .probe = max8997_pmic_probe, 1223 .probe = max8997_pmic_probe,
1225 .id_table = max8997_pmic_id, 1224 .id_table = max8997_pmic_id,
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c
index 59e34a05a4a2..3027e7ce100b 100644
--- a/drivers/regulator/max8998.c
+++ b/drivers/regulator/max8998.c
@@ -895,7 +895,6 @@ MODULE_DEVICE_TABLE(platform, max8998_pmic_id);
895static struct platform_driver max8998_pmic_driver = { 895static struct platform_driver max8998_pmic_driver = {
896 .driver = { 896 .driver = {
897 .name = "max8998-pmic", 897 .name = "max8998-pmic",
898 .owner = THIS_MODULE,
899 }, 898 },
900 .probe = max8998_pmic_probe, 899 .probe = max8998_pmic_probe,
901 .id_table = max8998_pmic_id, 900 .id_table = max8998_pmic_id,
diff --git a/drivers/regulator/mc13783-regulator.c b/drivers/regulator/mc13783-regulator.c
index 7f4a67edf780..fe4c7d677f9c 100644
--- a/drivers/regulator/mc13783-regulator.c
+++ b/drivers/regulator/mc13783-regulator.c
@@ -459,7 +459,6 @@ static int mc13783_regulator_probe(struct platform_device *pdev)
459static struct platform_driver mc13783_regulator_driver = { 459static struct platform_driver mc13783_regulator_driver = {
460 .driver = { 460 .driver = {
461 .name = "mc13783-regulator", 461 .name = "mc13783-regulator",
462 .owner = THIS_MODULE,
463 }, 462 },
464 .probe = mc13783_regulator_probe, 463 .probe = mc13783_regulator_probe,
465}; 464};
diff --git a/drivers/regulator/mc13892-regulator.c b/drivers/regulator/mc13892-regulator.c
index 793b662a1967..0d17c9206816 100644
--- a/drivers/regulator/mc13892-regulator.c
+++ b/drivers/regulator/mc13892-regulator.c
@@ -633,7 +633,6 @@ err_unlock:
633static struct platform_driver mc13892_regulator_driver = { 633static struct platform_driver mc13892_regulator_driver = {
634 .driver = { 634 .driver = {
635 .name = "mc13892-regulator", 635 .name = "mc13892-regulator",
636 .owner = THIS_MODULE,
637 }, 636 },
638 .probe = mc13892_regulator_probe, 637 .probe = mc13892_regulator_probe,
639}; 638};
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 1878e5b567ef..9205f433573c 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -1610,7 +1610,6 @@ static struct platform_driver palmas_driver = {
1610 .driver = { 1610 .driver = {
1611 .name = "palmas-pmic", 1611 .name = "palmas-pmic",
1612 .of_match_table = of_palmas_match_tbl, 1612 .of_match_table = of_palmas_match_tbl,
1613 .owner = THIS_MODULE,
1614 }, 1613 },
1615 .probe = palmas_regulators_probe, 1614 .probe = palmas_regulators_probe,
1616}; 1615};
diff --git a/drivers/regulator/pbias-regulator.c b/drivers/regulator/pbias-regulator.c
index 6d02d68dfb46..bd2b75c0d1d1 100644
--- a/drivers/regulator/pbias-regulator.c
+++ b/drivers/regulator/pbias-regulator.c
@@ -185,7 +185,6 @@ static struct platform_driver pbias_regulator_driver = {
185 .probe = pbias_regulator_probe, 185 .probe = pbias_regulator_probe,
186 .driver = { 186 .driver = {
187 .name = "pbias-regulator", 187 .name = "pbias-regulator",
188 .owner = THIS_MODULE,
189 .of_match_table = of_match_ptr(pbias_of_match), 188 .of_match_table = of_match_ptr(pbias_of_match),
190 }, 189 },
191}; 190};
diff --git a/drivers/regulator/pcap-regulator.c b/drivers/regulator/pcap-regulator.c
index 3727b7d0e9ac..9b16e6158f15 100644
--- a/drivers/regulator/pcap-regulator.c
+++ b/drivers/regulator/pcap-regulator.c
@@ -259,7 +259,6 @@ static int pcap_regulator_probe(struct platform_device *pdev)
259static struct platform_driver pcap_regulator_driver = { 259static struct platform_driver pcap_regulator_driver = {
260 .driver = { 260 .driver = {
261 .name = "pcap-regulator", 261 .name = "pcap-regulator",
262 .owner = THIS_MODULE,
263 }, 262 },
264 .probe = pcap_regulator_probe, 263 .probe = pcap_regulator_probe,
265}; 264};
diff --git a/drivers/regulator/pwm-regulator.c b/drivers/regulator/pwm-regulator.c
index 91f34ca3a9ac..253833ae35f3 100644
--- a/drivers/regulator/pwm-regulator.c
+++ b/drivers/regulator/pwm-regulator.c
@@ -184,7 +184,6 @@ MODULE_DEVICE_TABLE(of, pwm_of_match);
184static struct platform_driver pwm_regulator_driver = { 184static struct platform_driver pwm_regulator_driver = {
185 .driver = { 185 .driver = {
186 .name = "pwm-regulator", 186 .name = "pwm-regulator",
187 .owner = THIS_MODULE,
188 .of_match_table = of_match_ptr(pwm_of_match), 187 .of_match_table = of_match_ptr(pwm_of_match),
189 }, 188 },
190 .probe = pwm_regulator_probe, 189 .probe = pwm_regulator_probe,
diff --git a/drivers/regulator/qcom_rpm-regulator.c b/drivers/regulator/qcom_rpm-regulator.c
index 183598b111f9..8364ff331a81 100644
--- a/drivers/regulator/qcom_rpm-regulator.c
+++ b/drivers/regulator/qcom_rpm-regulator.c
@@ -797,7 +797,6 @@ static struct platform_driver rpm_reg_driver = {
797 .probe = rpm_reg_probe, 797 .probe = rpm_reg_probe,
798 .driver = { 798 .driver = {
799 .name = "qcom_rpm_reg", 799 .name = "qcom_rpm_reg",
800 .owner = THIS_MODULE,
801 .of_match_table = of_match_ptr(rpm_of_match), 800 .of_match_table = of_match_ptr(rpm_of_match),
802 }, 801 },
803}; 802};
diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t583-regulator.c
index 4c414ae109ae..d2e67c512195 100644
--- a/drivers/regulator/rc5t583-regulator.c
+++ b/drivers/regulator/rc5t583-regulator.c
@@ -179,7 +179,6 @@ skip_ext_pwr_config:
179static struct platform_driver rc5t583_regulator_driver = { 179static struct platform_driver rc5t583_regulator_driver = {
180 .driver = { 180 .driver = {
181 .name = "rc5t583-regulator", 181 .name = "rc5t583-regulator",
182 .owner = THIS_MODULE,
183 }, 182 },
184 .probe = rc5t583_regulator_probe, 183 .probe = rc5t583_regulator_probe,
185}; 184};
diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c
index ea9d05eabd0a..c94a3e0f3b91 100644
--- a/drivers/regulator/rk808-regulator.c
+++ b/drivers/regulator/rk808-regulator.c
@@ -419,7 +419,6 @@ static struct platform_driver rk808_regulator_driver = {
419 .probe = rk808_regulator_probe, 419 .probe = rk808_regulator_probe,
420 .driver = { 420 .driver = {
421 .name = "rk808-regulator", 421 .name = "rk808-regulator",
422 .owner = THIS_MODULE,
423 }, 422 },
424}; 423};
425 424
diff --git a/drivers/regulator/s2mpa01.c b/drivers/regulator/s2mpa01.c
index 5db4e12a7e04..92f88753bfed 100644
--- a/drivers/regulator/s2mpa01.c
+++ b/drivers/regulator/s2mpa01.c
@@ -405,7 +405,6 @@ MODULE_DEVICE_TABLE(platform, s2mpa01_pmic_id);
405static struct platform_driver s2mpa01_pmic_driver = { 405static struct platform_driver s2mpa01_pmic_driver = {
406 .driver = { 406 .driver = {
407 .name = "s2mpa01-pmic", 407 .name = "s2mpa01-pmic",
408 .owner = THIS_MODULE,
409 }, 408 },
410 .probe = s2mpa01_pmic_probe, 409 .probe = s2mpa01_pmic_probe,
411 .id_table = s2mpa01_pmic_id, 410 .id_table = s2mpa01_pmic_id,
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index b345cf51225a..c1444c3d84c2 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -1033,7 +1033,6 @@ MODULE_DEVICE_TABLE(platform, s2mps11_pmic_id);
1033static struct platform_driver s2mps11_pmic_driver = { 1033static struct platform_driver s2mps11_pmic_driver = {
1034 .driver = { 1034 .driver = {
1035 .name = "s2mps11-pmic", 1035 .name = "s2mps11-pmic",
1036 .owner = THIS_MODULE,
1037 }, 1036 },
1038 .probe = s2mps11_pmic_probe, 1037 .probe = s2mps11_pmic_probe,
1039 .id_table = s2mps11_pmic_id, 1038 .id_table = s2mps11_pmic_id,
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c
index dc1328c0c71c..58f5d3b8e981 100644
--- a/drivers/regulator/s5m8767.c
+++ b/drivers/regulator/s5m8767.c
@@ -988,7 +988,6 @@ MODULE_DEVICE_TABLE(platform, s5m8767_pmic_id);
988static struct platform_driver s5m8767_pmic_driver = { 988static struct platform_driver s5m8767_pmic_driver = {
989 .driver = { 989 .driver = {
990 .name = "s5m8767-pmic", 990 .name = "s5m8767-pmic",
991 .owner = THIS_MODULE,
992 }, 991 },
993 .probe = s5m8767_pmic_probe, 992 .probe = s5m8767_pmic_probe,
994 .id_table = s5m8767_pmic_id, 993 .id_table = s5m8767_pmic_id,
diff --git a/drivers/regulator/stw481x-vmmc.c b/drivers/regulator/stw481x-vmmc.c
index b4f1696456a7..89025f560259 100644
--- a/drivers/regulator/stw481x-vmmc.c
+++ b/drivers/regulator/stw481x-vmmc.c
@@ -95,7 +95,6 @@ static const struct of_device_id stw481x_vmmc_match[] = {
95static struct platform_driver stw481x_vmmc_regulator_driver = { 95static struct platform_driver stw481x_vmmc_regulator_driver = {
96 .driver = { 96 .driver = {
97 .name = "stw481x-vmmc-regulator", 97 .name = "stw481x-vmmc-regulator",
98 .owner = THIS_MODULE,
99 .of_match_table = stw481x_vmmc_match, 98 .of_match_table = stw481x_vmmc_match,
100 }, 99 },
101 .probe = stw481x_vmmc_regulator_probe, 100 .probe = stw481x_vmmc_regulator_probe,
diff --git a/drivers/regulator/ti-abb-regulator.c b/drivers/regulator/ti-abb-regulator.c
index 1ef5aba96f17..d2f994298753 100644
--- a/drivers/regulator/ti-abb-regulator.c
+++ b/drivers/regulator/ti-abb-regulator.c
@@ -892,7 +892,6 @@ static struct platform_driver ti_abb_driver = {
892 .probe = ti_abb_probe, 892 .probe = ti_abb_probe,
893 .driver = { 893 .driver = {
894 .name = "ti_abb", 894 .name = "ti_abb",
895 .owner = THIS_MODULE,
896 .of_match_table = of_match_ptr(ti_abb_of_match), 895 .of_match_table = of_match_ptr(ti_abb_of_match),
897 }, 896 },
898}; 897};
diff --git a/drivers/regulator/tps6105x-regulator.c b/drivers/regulator/tps6105x-regulator.c
index c1e33a3d397b..3510b3e7330a 100644
--- a/drivers/regulator/tps6105x-regulator.c
+++ b/drivers/regulator/tps6105x-regulator.c
@@ -163,7 +163,6 @@ static int tps6105x_regulator_probe(struct platform_device *pdev)
163static struct platform_driver tps6105x_regulator_driver = { 163static struct platform_driver tps6105x_regulator_driver = {
164 .driver = { 164 .driver = {
165 .name = "tps6105x-regulator", 165 .name = "tps6105x-regulator",
166 .owner = THIS_MODULE,
167 }, 166 },
168 .probe = tps6105x_regulator_probe, 167 .probe = tps6105x_regulator_probe,
169}; 168};
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c
index 98e66ce26723..dad0bac09ecf 100644
--- a/drivers/regulator/tps6507x-regulator.c
+++ b/drivers/regulator/tps6507x-regulator.c
@@ -519,7 +519,6 @@ static int tps6507x_pmic_probe(struct platform_device *pdev)
519static struct platform_driver tps6507x_pmic_driver = { 519static struct platform_driver tps6507x_pmic_driver = {
520 .driver = { 520 .driver = {
521 .name = "tps6507x-pmic", 521 .name = "tps6507x-pmic",
522 .owner = THIS_MODULE,
523 }, 522 },
524 .probe = tps6507x_pmic_probe, 523 .probe = tps6507x_pmic_probe,
525}; 524};
diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c
index f1df4423d361..395f35dc8cdb 100644
--- a/drivers/regulator/tps65090-regulator.c
+++ b/drivers/regulator/tps65090-regulator.c
@@ -511,7 +511,6 @@ static int tps65090_regulator_probe(struct platform_device *pdev)
511static struct platform_driver tps65090_regulator_driver = { 511static struct platform_driver tps65090_regulator_driver = {
512 .driver = { 512 .driver = {
513 .name = "tps65090-pmic", 513 .name = "tps65090-pmic",
514 .owner = THIS_MODULE,
515 }, 514 },
516 .probe = tps65090_regulator_probe, 515 .probe = tps65090_regulator_probe,
517}; 516};
diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
index 263cc85d6202..7f97223f95c5 100644
--- a/drivers/regulator/tps65218-regulator.c
+++ b/drivers/regulator/tps65218-regulator.c
@@ -256,7 +256,6 @@ static int tps65218_regulator_probe(struct platform_device *pdev)
256static struct platform_driver tps65218_regulator_driver = { 256static struct platform_driver tps65218_regulator_driver = {
257 .driver = { 257 .driver = {
258 .name = "tps65218-pmic", 258 .name = "tps65218-pmic",
259 .owner = THIS_MODULE,
260 .of_match_table = tps65218_of_match, 259 .of_match_table = tps65218_of_match,
261 }, 260 },
262 .probe = tps65218_regulator_probe, 261 .probe = tps65218_regulator_probe,
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c
index ccbb9f150b4e..2852de05d64d 100644
--- a/drivers/regulator/tps6586x-regulator.c
+++ b/drivers/regulator/tps6586x-regulator.c
@@ -522,7 +522,6 @@ static int tps6586x_regulator_probe(struct platform_device *pdev)
522static struct platform_driver tps6586x_regulator_driver = { 522static struct platform_driver tps6586x_regulator_driver = {
523 .driver = { 523 .driver = {
524 .name = "tps6586x-regulator", 524 .name = "tps6586x-regulator",
525 .owner = THIS_MODULE,
526 }, 525 },
527 .probe = tps6586x_regulator_probe, 526 .probe = tps6586x_regulator_probe,
528}; 527};
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c
index 18fc991175bc..e2cffe01b807 100644
--- a/drivers/regulator/tps65910-regulator.c
+++ b/drivers/regulator/tps65910-regulator.c
@@ -1245,7 +1245,6 @@ static void tps65910_shutdown(struct platform_device *pdev)
1245static struct platform_driver tps65910_driver = { 1245static struct platform_driver tps65910_driver = {
1246 .driver = { 1246 .driver = {
1247 .name = "tps65910-pmic", 1247 .name = "tps65910-pmic",
1248 .owner = THIS_MODULE,
1249 }, 1248 },
1250 .probe = tps65910_probe, 1249 .probe = tps65910_probe,
1251 .shutdown = tps65910_shutdown, 1250 .shutdown = tps65910_shutdown,
diff --git a/drivers/regulator/tps65912-regulator.c b/drivers/regulator/tps65912-regulator.c
index 9cafaa0f9455..9503d5481a52 100644
--- a/drivers/regulator/tps65912-regulator.c
+++ b/drivers/regulator/tps65912-regulator.c
@@ -519,7 +519,6 @@ static int tps65912_probe(struct platform_device *pdev)
519static struct platform_driver tps65912_driver = { 519static struct platform_driver tps65912_driver = {
520 .driver = { 520 .driver = {
521 .name = "tps65912-pmic", 521 .name = "tps65912-pmic",
522 .owner = THIS_MODULE,
523 }, 522 },
524 .probe = tps65912_probe, 523 .probe = tps65912_probe,
525}; 524};
diff --git a/drivers/regulator/tps80031-regulator.c b/drivers/regulator/tps80031-regulator.c
index 26aa6d9c308f..d4cc60ad18ae 100644
--- a/drivers/regulator/tps80031-regulator.c
+++ b/drivers/regulator/tps80031-regulator.c
@@ -746,7 +746,6 @@ static int tps80031_regulator_probe(struct platform_device *pdev)
746static struct platform_driver tps80031_regulator_driver = { 746static struct platform_driver tps80031_regulator_driver = {
747 .driver = { 747 .driver = {
748 .name = "tps80031-pmic", 748 .name = "tps80031-pmic",
749 .owner = THIS_MODULE,
750 }, 749 },
751 .probe = tps80031_regulator_probe, 750 .probe = tps80031_regulator_probe,
752}; 751};
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c
index dd727bca1983..955a6fb1355c 100644
--- a/drivers/regulator/twl-regulator.c
+++ b/drivers/regulator/twl-regulator.c
@@ -1221,7 +1221,6 @@ static struct platform_driver twlreg_driver = {
1221 */ 1221 */
1222 .driver = { 1222 .driver = {
1223 .name = "twl_reg", 1223 .name = "twl_reg",
1224 .owner = THIS_MODULE,
1225 .of_match_table = of_match_ptr(twl_of_match), 1224 .of_match_table = of_match_ptr(twl_of_match),
1226 }, 1225 },
1227}; 1226};
diff --git a/drivers/regulator/vexpress.c b/drivers/regulator/vexpress.c
index 5e7c789023a9..bed9d3ee4198 100644
--- a/drivers/regulator/vexpress.c
+++ b/drivers/regulator/vexpress.c
@@ -108,7 +108,6 @@ static struct platform_driver vexpress_regulator_driver = {
108 .probe = vexpress_regulator_probe, 108 .probe = vexpress_regulator_probe,
109 .driver = { 109 .driver = {
110 .name = DRVNAME, 110 .name = DRVNAME,
111 .owner = THIS_MODULE,
112 .of_match_table = vexpress_regulator_of_match, 111 .of_match_table = vexpress_regulator_of_match,
113 }, 112 },
114}; 113};
diff --git a/drivers/regulator/virtual.c b/drivers/regulator/virtual.c
index 6ff95b045984..a6f1c7a9914f 100644
--- a/drivers/regulator/virtual.c
+++ b/drivers/regulator/virtual.c
@@ -338,7 +338,6 @@ static struct platform_driver regulator_virtual_consumer_driver = {
338 .remove = regulator_virtual_remove, 338 .remove = regulator_virtual_remove,
339 .driver = { 339 .driver = {
340 .name = "reg-virt-consumer", 340 .name = "reg-virt-consumer",
341 .owner = THIS_MODULE,
342 }, 341 },
343}; 342};
344 343
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
diff --git a/drivers/regulator/wm831x-isink.c b/drivers/regulator/wm831x-isink.c
index 72e385e76a9d..1e88391a1628 100644
--- a/drivers/regulator/wm831x-isink.c
+++ b/drivers/regulator/wm831x-isink.c
@@ -224,7 +224,6 @@ static struct platform_driver wm831x_isink_driver = {
224 .probe = wm831x_isink_probe, 224 .probe = wm831x_isink_probe,
225 .driver = { 225 .driver = {
226 .name = "wm831x-isink", 226 .name = "wm831x-isink",
227 .owner = THIS_MODULE,
228 }, 227 },
229}; 228};
230 229
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
diff --git a/drivers/regulator/wm8994-regulator.c b/drivers/regulator/wm8994-regulator.c
index 88f5064e412b..750e0bd61f9f 100644
--- a/drivers/regulator/wm8994-regulator.c
+++ b/drivers/regulator/wm8994-regulator.c
@@ -187,7 +187,6 @@ static struct platform_driver wm8994_ldo_driver = {
187 .probe = wm8994_ldo_probe, 187 .probe = wm8994_ldo_probe,
188 .driver = { 188 .driver = {
189 .name = "wm8994-ldo", 189 .name = "wm8994-ldo",
190 .owner = THIS_MODULE,
191 }, 190 },
192}; 191};
193 192