Skip to content

Commit acda1d3

Browse files
andy-shevarndb
authored andcommitted
ARM: s3c: stop including gpio.h
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>
1 parent 2b3949f commit acda1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-s3c/gpio-samsung.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
// Samsung - GPIOlib support
1212

1313
#include <linux/kernel.h>
14+
#include <linux/gpio/driver.h>
1415
#include <linux/irq.h>
1516
#include <linux/io.h>
16-
#include <linux/gpio.h>
1717
#include <linux/init.h>
1818
#include <linux/spinlock.h>
1919
#include <linux/module.h>

0 commit comments

Comments
 (0)