diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:56 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:56 -0400 |
commit | fa21a580dea456c03fcf69203dcd0195df3f7dee (patch) | |
tree | 1ee19579d2a51c15c1d5ab3a7c75d87283f3b37e /drivers/watchdog/s3c2410_wdt.c | |
parent | ce882ad3c93fc076457ce9b97c19735b52b88c45 (diff) |
watchdog: 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/watchdog/s3c2410_wdt.c')
-rw-r--r-- | drivers/watchdog/s3c2410_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c index 7c6ccd071baf..c411196e9b00 100644 --- a/drivers/watchdog/s3c2410_wdt.c +++ b/drivers/watchdog/s3c2410_wdt.c | |||
@@ -694,7 +694,6 @@ static struct platform_driver s3c2410wdt_driver = { | |||
694 | .shutdown = s3c2410wdt_shutdown, | 694 | .shutdown = s3c2410wdt_shutdown, |
695 | .id_table = s3c2410_wdt_ids, | 695 | .id_table = s3c2410_wdt_ids, |
696 | .driver = { | 696 | .driver = { |
697 | .owner = THIS_MODULE, | ||
698 | .name = "s3c2410-wdt", | 697 | .name = "s3c2410-wdt", |
699 | .pm = &s3c2410wdt_pm_ops, | 698 | .pm = &s3c2410wdt_pm_ops, |
700 | .of_match_table = of_match_ptr(s3c2410_wdt_match), | 699 | .of_match_table = of_match_ptr(s3c2410_wdt_match), |