summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-20 01:28:37 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-23 08:45:55 +0200
commitbfdc69adaf4da1e7d7dccaec1d26bcb8fe03f6ba (patch)
tree599a6c94f42eb3a61c4aee320b9f2f1da77ab552 /arch/arm/mach-versatile
parent429717b48ccf3b56c3dd508513618763e2001b15 (diff)
downloadbarebox-bfdc69adaf4da1e7d7dccaec1d26bcb8fe03f6ba.tar.gz
barebox-bfdc69adaf4da1e7d7dccaec1d26bcb8fe03f6ba.tar.xz
ARM: versatile: drop redundant <mach/gpio.h>
The arch/arm/include/asm/gpio.h header file contains #ifndef CONFIG_GPIOLIB #include <mach/gpio.h> #else #include <asm-generic/gpio.h> #endif We use CONFIG_GPIOLIB=y for the only mach-versatile Versatile/PB board so there is no need of <mach/gpio.h>. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-versatile')
-rw-r--r--arch/arm/mach-versatile/include/mach/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/include/mach/gpio.h b/arch/arm/mach-versatile/include/mach/gpio.h
deleted file mode 100644
index 306ab4c9f2..0000000000
--- a/arch/arm/mach-versatile/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/gpio.h>