diff options
Diffstat (limited to 'drivers/regulator/tps65090-regulator.c')
-rw-r--r-- | drivers/regulator/tps65090-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c index f1df4423d361..395f35dc8cdb 100644 --- a/drivers/regulator/tps65090-regulator.c +++ b/drivers/regulator/tps65090-regulator.c | |||
@@ -511,7 +511,6 @@ static int tps65090_regulator_probe(struct platform_device *pdev) | |||
511 | static struct platform_driver tps65090_regulator_driver = { | 511 | static struct platform_driver tps65090_regulator_driver = { |
512 | .driver = { | 512 | .driver = { |
513 | .name = "tps65090-pmic", | 513 | .name = "tps65090-pmic", |
514 | .owner = THIS_MODULE, | ||
515 | }, | 514 | }, |
516 | .probe = tps65090_regulator_probe, | 515 | .probe = tps65090_regulator_probe, |
517 | }; | 516 | }; |