From d8a1a6812440837d10312e3e2a14282027f03a43 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 10 Oct 2022 16:29:17 -0400 Subject: [PATCH] watchdog: omap_wdt: Switch required include for watchdog defines All of the required values for using the omap_wdt.c driver are found in and this is what is indirectly pulled in via when it exists. Signed-off-by: Tom Rini --- drivers/watchdog/omap_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index ca2bc7c..f0e57b4 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include -- 2.7.4