aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sunxi_wdt.c
diff options
context:
space:
mode:
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 b62301e74e5f..a29afb37c48c 100644
--- a/drivers/watchdog/sunxi_wdt.c
+++ b/drivers/watchdog/sunxi_wdt.c
@@ -314,7 +314,6 @@ static struct platform_driver sunxi_wdt_driver = {
314 .remove = sunxi_wdt_remove, 314 .remove = sunxi_wdt_remove,
315 .shutdown = sunxi_wdt_shutdown, 315 .shutdown = sunxi_wdt_shutdown,
316 .driver = { 316 .driver = {
317 .owner = THIS_MODULE,
318 .name = DRV_NAME, 317 .name = DRV_NAME,
319 .of_match_table = sunxi_wdt_dt_ids, 318 .of_match_table = sunxi_wdt_dt_ids,
320 }, 319 },