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