diff options
Diffstat (limited to 'drivers/watchdog/gef_wdt.c')
-rw-r--r-- | drivers/watchdog/gef_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/gef_wdt.c b/drivers/watchdog/gef_wdt.c index b9c5b58e59d3..257cfbad21da 100644 --- a/drivers/watchdog/gef_wdt.c +++ b/drivers/watchdog/gef_wdt.c | |||
@@ -310,6 +310,7 @@ static struct platform_driver gef_wdt_driver = { | |||
310 | .of_match_table = gef_wdt_ids, | 310 | .of_match_table = gef_wdt_ids, |
311 | }, | 311 | }, |
312 | .probe = gef_wdt_probe, | 312 | .probe = gef_wdt_probe, |
313 | .remove = gef_wdt_remove, | ||
313 | }; | 314 | }; |
314 | 315 | ||
315 | static int __init gef_wdt_init(void) | 316 | static int __init gef_wdt_init(void) |