From: Andy Shevchenko Date: Tue, 13 May 2025 10:10:25 +0000 (+0200) Subject: ARM: s3c: stop including gpio.h X-Git-Tag: v6.16-rc1~99^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acda1d3a0ec754a08285c2faf6a00733f189636d;p=thirdparty%2Fkernel%2Flinux.git ARM: s3c: stop including gpio.h The driver does not use legacy GPIO API, stop including this header. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20250331093650.4028999-1-andriy.shevchenko@linux.intel.com Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250513101023.21552-8-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-s3c/gpio-samsung.c b/arch/arm/mach-s3c/gpio-samsung.c index ea496958f488c..206a492fbaf50 100644 --- a/arch/arm/mach-s3c/gpio-samsung.c +++ b/arch/arm/mach-s3c/gpio-samsung.c @@ -11,9 +11,9 @@ // Samsung - GPIOlib support #include +#include #include #include -#include #include #include #include