On Tue, Oct 29, 2019 at 02:40:35PM -0300, Fabio Estevam wrote: > The 'notifier_block' structure member is unused, so just remove it. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > drivers/watchdog/imx7ulp_wdt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/watchdog/imx7ulp_wdt.c b/drivers/watchdog/imx7ulp_wdt.c > index 670102924bc1..ed4f7d439f2e 100644 > --- a/drivers/watchdog/imx7ulp_wdt.c > +++ b/drivers/watchdog/imx7ulp_wdt.c > @@ -41,7 +41,6 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" > __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); > > struct imx7ulp_wdt_device { > - struct notifier_block restart_handler; > struct watchdog_device wdd; > void __iomem *base; > struct clk *clk;