Hi > this module missed a remove callback in the platform ops. > > Signed-off-by: Devendra Naga <devendra.aaru@xxxxxxxxx> > --- > Hi, > > I didn't compile it even, i didn't have any crosstoolchain > > drivers/watchdog/gef_wdt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/watchdog/gef_wdt.c b/drivers/watchdog/gef_wdt.c > index 17f4cae..3e360ed 100644 > --- a/drivers/watchdog/gef_wdt.c > +++ b/drivers/watchdog/gef_wdt.c > @@ -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) Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html