]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: s3c: stop including gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 13 May 2025 10:10:25 +0000 (12:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 May 2025 17:14:46 +0000 (19:14 +0200)
The driver does not use legacy GPIO API, stop including this header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250331093650.4028999-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250513101023.21552-8-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-s3c/gpio-samsung.c

index ea496958f488cabae04537accb57e3f47f782328..206a492fbaf50c66cbea12bd30285635c452de31 100644 (file)
@@ -11,9 +11,9 @@
 // Samsung - GPIOlib support
 
 #include <linux/kernel.h>
+#include <linux/gpio/driver.h>
 #include <linux/irq.h>
 #include <linux/io.h>
-#include <linux/gpio.h>
 #include <linux/init.h>
 #include <linux/spinlock.h>
 #include <linux/module.h>