]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/gef_wdt.c
watchdog: gef_wdt.c: add missing remove callback
[karo-tx-linux.git] / drivers / watchdog / gef_wdt.c
index b9c5b58e59d3f26b8dd5cd61526a71090690fd1e..257cfbad21dac158e9ad5d2842a1d878ebadb22e 100644 (file)
@@ -310,6 +310,7 @@ static struct platform_driver gef_wdt_driver = {
                .of_match_table = gef_wdt_ids,
        },
        .probe          = gef_wdt_probe,
+       .remove         = gef_wdt_remove,
 };
 
 static int __init gef_wdt_init(void)