diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:29 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:29 -0400 |
commit | 6c794b2654555d6af7572e3a8f13b2b39126df0c (patch) | |
tree | 1bb823bc267c06a0f436f0320a687d8ccba30459 /drivers/regulator/db8500-prcmu.c | |
parent | f05fae14a10ca0c07f176e680ef9ff9d348e7153 (diff) |
regulator: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/regulator/db8500-prcmu.c')
-rw-r--r-- | drivers/regulator/db8500-prcmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/db8500-prcmu.c b/drivers/regulator/db8500-prcmu.c index 617c1adca816..7cec535cf0bc 100644 --- a/drivers/regulator/db8500-prcmu.c +++ b/drivers/regulator/db8500-prcmu.c | |||
@@ -534,7 +534,6 @@ static int db8500_regulator_remove(struct platform_device *pdev) | |||
534 | static struct platform_driver db8500_regulator_driver = { | 534 | static struct platform_driver db8500_regulator_driver = { |
535 | .driver = { | 535 | .driver = { |
536 | .name = "db8500-prcmu-regulators", | 536 | .name = "db8500-prcmu-regulators", |
537 | .owner = THIS_MODULE, | ||
538 | }, | 537 | }, |
539 | .probe = db8500_regulator_probe, | 538 | .probe = db8500_regulator_probe, |
540 | .remove = db8500_regulator_remove, | 539 | .remove = db8500_regulator_remove, |