Skip to content

Commit 9ab26e3

Browse files
fabioestevamWim Van Sebroeck
authored andcommitted
watchdog: imx7ulp: Remove unused structure member
The 'notifier_block' structure member is unused, so just remove it. Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 747d88a commit 9ab26e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/watchdog/imx7ulp_wdt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
4141
__MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
4242

4343
struct imx7ulp_wdt_device {
44-
struct notifier_block restart_handler;
4544
struct watchdog_device wdd;
4645
void __iomem *base;
4746
struct clk *clk;

0 commit comments

Comments
 (0)