From: Andy Shevchenko Date: Tue, 8 Jul 2025 13:33:43 +0000 (+0300) Subject: watchdog: it87_wdt: Don't use "proxy" headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4a2d5cba74e1cd31dabea29be7a79e2a409f3d;p=thirdparty%2Fkernel%2Flinux.git watchdog: it87_wdt: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Note that kernel.h is discouraged to be included as it's written at the top of that file. Signed-off-by: Andy Shevchenko Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20250708133646.70384-2-andriy.shevchenko@linux.intel.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/it87_wdt.c b/drivers/watchdog/it87_wdt.c index a1e23dce88103..3b8488c86a2f3 100644 --- a/drivers/watchdog/it87_wdt.c +++ b/drivers/watchdog/it87_wdt.c @@ -22,11 +22,13 @@ #include #include +#include #include #include -#include +#include #include #include +#include #include #include