diff options
Diffstat (limited to 'drivers/regulator/rk808-regulator.c')
-rw-r--r-- | drivers/regulator/rk808-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index 196a5c8838c4..93279581b62c 100644 --- a/drivers/regulator/rk808-regulator.c +++ b/drivers/regulator/rk808-regulator.c | |||
@@ -368,7 +368,6 @@ static struct platform_driver rk808_regulator_driver = { | |||
368 | .probe = rk808_regulator_probe, | 368 | .probe = rk808_regulator_probe, |
369 | .driver = { | 369 | .driver = { |
370 | .name = "rk808-regulator", | 370 | .name = "rk808-regulator", |
371 | .owner = THIS_MODULE, | ||
372 | }, | 371 | }, |
373 | }; | 372 | }; |
374 | 373 | ||