diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:28 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:28 -0400 |
commit | f05fae14a10ca0c07f176e680ef9ff9d348e7153 (patch) | |
tree | a0cf3ea3431ce3bcdbbcf0d20f4c9cee408b9f09 /drivers/pwm/pwm-lp3943.c | |
parent | da2612af00d8216ba365866f9d52f04ea2ad7773 (diff) |
pwm: 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/pwm/pwm-lp3943.c')
-rw-r--r-- | drivers/pwm/pwm-lp3943.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-lp3943.c b/drivers/pwm/pwm-lp3943.c index 2c39b0e50fa4..872ea76a4f19 100644 --- a/drivers/pwm/pwm-lp3943.c +++ b/drivers/pwm/pwm-lp3943.c | |||
@@ -305,7 +305,6 @@ static struct platform_driver lp3943_pwm_driver = { | |||
305 | .remove = lp3943_pwm_remove, | 305 | .remove = lp3943_pwm_remove, |
306 | .driver = { | 306 | .driver = { |
307 | .name = "lp3943-pwm", | 307 | .name = "lp3943-pwm", |
308 | .owner = THIS_MODULE, | ||
309 | .of_match_table = of_match_ptr(lp3943_pwm_of_match), | 308 | .of_match_table = of_match_ptr(lp3943_pwm_of_match), |
310 | }, | 309 | }, |
311 | }; | 310 | }; |