aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sunxi_wdt.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:56 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:56 -0400
commitfa21a580dea456c03fcf69203dcd0195df3f7dee (patch)
tree1ee19579d2a51c15c1d5ab3a7c75d87283f3b37e /drivers/watchdog/sunxi_wdt.c
parentce882ad3c93fc076457ce9b97c19735b52b88c45 (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/sunxi_wdt.c')
-rw-r--r--drivers/watchdog/sunxi_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/sunxi_wdt.c b/drivers/watchdog/sunxi_wdt.c
index 480bb557f353..93d3ee71c9c7 100644
--- a/drivers/watchdog/sunxi_wdt.c
+++ b/drivers/watchdog/sunxi_wdt.c
@@ -253,7 +253,6 @@ static struct platform_driver sunxi_wdt_driver = {
253 .remove = sunxi_wdt_remove, 253 .remove = sunxi_wdt_remove,
254 .shutdown = sunxi_wdt_shutdown, 254 .shutdown = sunxi_wdt_shutdown,
255 .driver = { 255 .driver = {
256 .owner = THIS_MODULE,
257 .name = DRV_NAME, 256 .name = DRV_NAME,
258 .of_match_table = sunxi_wdt_dt_ids, 257 .of_match_table = sunxi_wdt_dt_ids,
259 }, 258 },