diff options
Diffstat (limited to 'drivers/watchdog/ath79_wdt.c')
-rw-r--r-- | drivers/watchdog/ath79_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/ath79_wdt.c b/drivers/watchdog/ath79_wdt.c index 41ac4660fb89..835d310081e1 100644 --- a/drivers/watchdog/ath79_wdt.c +++ b/drivers/watchdog/ath79_wdt.c | |||
@@ -326,7 +326,6 @@ static struct platform_driver ath79_wdt_driver = { | |||
326 | .shutdown = ath97_wdt_shutdown, | 326 | .shutdown = ath97_wdt_shutdown, |
327 | .driver = { | 327 | .driver = { |
328 | .name = DRIVER_NAME, | 328 | .name = DRIVER_NAME, |
329 | .owner = THIS_MODULE, | ||
330 | .of_match_table = of_match_ptr(ath79_wdt_match), | 329 | .of_match_table = of_match_ptr(ath79_wdt_match), |
331 | }, | 330 | }, |
332 | }; | 331 | }; |