diff options
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
-rw-r--r-- | drivers/regulator/tps65910-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 18fc991175bc..e2cffe01b807 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c | |||
@@ -1245,7 +1245,6 @@ static void tps65910_shutdown(struct platform_device *pdev) | |||
1245 | static struct platform_driver tps65910_driver = { | 1245 | static struct platform_driver tps65910_driver = { |
1246 | .driver = { | 1246 | .driver = { |
1247 | .name = "tps65910-pmic", | 1247 | .name = "tps65910-pmic", |
1248 | .owner = THIS_MODULE, | ||
1249 | }, | 1248 | }, |
1250 | .probe = tps65910_probe, | 1249 | .probe = tps65910_probe, |
1251 | .shutdown = tps65910_shutdown, | 1250 | .shutdown = tps65910_shutdown, |