watchdog: drop owner assignment from platform_drivers
[firefly-linux-kernel-4.4.55.git] / drivers / watchdog / ath79_wdt.c
index 41ac4660fb891db2fba16b66c73c6293bfe2b3f4..835d310081e19bbf7168f3c5d85d9bf09b5aa47d 100644 (file)
@@ -326,7 +326,6 @@ static struct platform_driver ath79_wdt_driver = {
        .shutdown       = ath97_wdt_shutdown,
        .driver         = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(ath79_wdt_match),
        },
 };