From acda1d3a0ec754a08285c2faf6a00733f189636d Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 13 May 2025 12:10:25 +0200 Subject: [PATCH] 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 --- arch/arm/mach-s3c/gpio-samsung.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2