From: Andy Shevchenko Date: Tue, 13 Jan 2026 11:10:53 +0000 (+0100) Subject: gpio: pca9570: Don't use "proxy" headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053578d329e58cca98f084439e14cc2895c82b9c;p=thirdparty%2Fkernel%2Flinux.git gpio: pca9570: 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. Reviewed-by: Linus Walleij Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20260113111156.188051-3-andriy.shevchenko@linux.intel.com Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-pca9570.c b/drivers/gpio/gpio-pca9570.c index eae35135c71ed..a41837f1201bd 100644 --- a/drivers/gpio/gpio-pca9570.c +++ b/drivers/gpio/gpio-pca9570.c @@ -9,11 +9,15 @@ * Andrew F. Davis */ +#include +#include +#include #include #include #include #include #include +#include #define SLG7XL45106_GPO_REG 0xDB