aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6507x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/tps6507x-regulator.c')
-rw-r--r--drivers/regulator/tps6507x-regulator.c1
1 files changed, 0 insertions, 1 deletions
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};