aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/geodewdt.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/geodewdt.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/geodewdt.c')
-rw-r--r--drivers/watchdog/geodewdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/geodewdt.c b/drivers/watchdog/geodewdt.c
index 4c43e3fa8bd2..88e01238f01b 100644
--- a/drivers/watchdog/geodewdt.c
+++ b/drivers/watchdog/geodewdt.c
@@ -258,7 +258,6 @@ static struct platform_driver geodewdt_driver = {
258 .remove = geodewdt_remove, 258 .remove = geodewdt_remove,
259 .shutdown = geodewdt_shutdown, 259 .shutdown = geodewdt_shutdown,
260 .driver = { 260 .driver = {
261 .owner = THIS_MODULE,
262 .name = DRV_NAME, 261 .name = DRV_NAME,
263 }, 262 },
264}; 263};