aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/gpio-regulator.c')
-rw-r--r--drivers/regulator/gpio-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c
index 989b23b377c0..17fa02554c3d 100644
--- a/drivers/regulator/gpio-regulator.c
+++ b/drivers/regulator/gpio-regulator.c
@@ -388,7 +388,6 @@ static struct platform_driver gpio_regulator_driver = {
388 .remove = gpio_regulator_remove, 388 .remove = gpio_regulator_remove,
389 .driver = { 389 .driver = {
390 .name = "gpio-regulator", 390 .name = "gpio-regulator",
391 .owner = THIS_MODULE,
392 .of_match_table = of_match_ptr(regulator_gpio_of_match), 391 .of_match_table = of_match_ptr(regulator_gpio_of_match),
393 }, 392 },
394}; 393};