aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100
diff options
context:
space:
mode:
authorSouptick Joarder <jrdr.linux@gmail.com>2019-01-07 22:49:08 +0530
committerLinus Walleij <linus.walleij@linaro.org>2019-01-21 14:43:01 +0100
commitb597c3a939ecc58d69aadd188515fa9549be3144 (patch)
treee7a81333bdd6ca624da50130424a80655fd4a683 /arch/arm/mach-sa1100
parentgpio: hlwd: Implement edge trigger emulation (diff)
downloadlinux-dev-b597c3a939ecc58d69aadd188515fa9549be3144.tar.xz
linux-dev-b597c3a939ecc58d69aadd188515fa9549be3144.zip
arm/mach-sa1100/simpad.c: Remove duplicate header
Remove linux/gpio/machine.h which is included more than once. Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r--arch/arm/mach-sa1100/simpad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/simpad.c b/arch/arm/mach-sa1100/simpad.c
index 406487e76a5c..c7fb9a73e4c5 100644
--- a/arch/arm/mach-sa1100/simpad.c
+++ b/arch/arm/mach-sa1100/simpad.c
@@ -18,7 +18,6 @@
#include <linux/mtd/partitions.h>
#include <linux/io.h>
#include <linux/gpio/driver.h>
-#include <linux/gpio/machine.h>
#include <mach/hardware.h>
#include <asm/setup.h>