]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/of_xilinx_wdt.c
can: esd_usb2: fix memory leak on disconnect
[karo-tx-linux.git] / drivers / watchdog / of_xilinx_wdt.c
index 1e6e28df5d7b8030973c7a0c50d83466fb5b3b2e..b2e1b4cbbdc1a18d419ce0e5eb56b92e14445872 100644 (file)
@@ -236,7 +236,6 @@ static struct platform_driver xwdt_driver = {
        .probe       = xwdt_probe,
        .remove      = xwdt_remove,
        .driver = {
-               .owner = THIS_MODULE,
                .name  = WATCHDOG_NAME,
                .of_match_table = xwdt_of_match,
        },