Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67371765 authored by Devendra Naga's avatar Devendra Naga Committed by Wim Van Sebroeck
Browse files

watchdog: gef_wdt.c: add missing remove callback



this module missed a remove callback in the platform ops.

Signed-off-by: default avatarDevendra Naga <devendra.aaru@gmail.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 6c41e474
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -310,6 +310,7 @@ static struct platform_driver gef_wdt_driver = {
		.of_match_table = gef_wdt_ids,
		.of_match_table = gef_wdt_ids,
	},
	},
	.probe		= gef_wdt_probe,
	.probe		= gef_wdt_probe,
	.remove		= gef_wdt_remove,
};
};


static int __init gef_wdt_init(void)
static int __init gef_wdt_init(void)