diff options
Diffstat (limited to 'drivers/regulator/tps6105x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6105x-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
163 | static struct platform_driver tps6105x_regulator_driver = { | 163 | static 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 | }; |