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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 2b3949f commit acda1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)