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