mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
watchdog: gef_wdt.c: add missing remove callback
this module missed a remove callback in the platform ops. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
6c41e47486
commit
6737176569
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user