X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fsunxi_wdt.c;h=a29afb37c48ca865f5cc6815e7a038956a519dc7;hb=aefbaf3a3fa030ed7ef3cc9456ed82e6611c1dcb;hp=b62301e74e5f004b30809d49ac14c972d0e0e89c;hpb=7135466151f0560604c2bfc4c27ff9cc2a40f8cd;p=cascardo%2Flinux.git 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 = { .remove = sunxi_wdt_remove, .shutdown = sunxi_wdt_shutdown, .driver = { - .owner = THIS_MODULE, .name = DRV_NAME, .of_match_table = sunxi_wdt_dt_ids, },