diff options
Diffstat (limited to 'drivers/regulator/tps65218-regulator.c')
-rw-r--r-- | drivers/regulator/tps65218-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index 263cc85d6202..7f97223f95c5 100644 --- a/drivers/regulator/tps65218-regulator.c +++ b/drivers/regulator/tps65218-regulator.c | |||
@@ -256,7 +256,6 @@ static int tps65218_regulator_probe(struct platform_device *pdev) | |||
256 | static struct platform_driver tps65218_regulator_driver = { | 256 | static struct platform_driver tps65218_regulator_driver = { |
257 | .driver = { | 257 | .driver = { |
258 | .name = "tps65218-pmic", | 258 | .name = "tps65218-pmic", |
259 | .owner = THIS_MODULE, | ||
260 | .of_match_table = tps65218_of_match, | 259 | .of_match_table = tps65218_of_match, |
261 | }, | 260 | }, |
262 | .probe = tps65218_regulator_probe, | 261 | .probe = tps65218_regulator_probe, |