From: Tom Rini Date: Mon, 10 Oct 2022 20:29:17 +0000 (-0400) Subject: watchdog: omap_wdt: Switch required include for watchdog defines X-Git-Tag: v2023.07~295^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8a1a6812440837d10312e3e2a14282027f03a43;p=platform%2Fkernel%2Fu-boot.git 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 --- 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