summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-08-16 12:46:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-16 15:58:33 +0200
commit8c1180c3eda1c4c50ffa31fdd6a764026ce51a65 (patch)
tree27bc7479db693bb892b5b248c3810dab8f9e5f45 /arch/arm/mach-bcm2835
parent1068e0a545a72fcdf329481d94f615dd00498786 (diff)
downloadbarebox-8c1180c3eda1c4c50ffa31fdd6a764026ce51a65.tar.gz
barebox-8c1180c3eda1c4c50ffa31fdd6a764026ce51a65.tar.xz
ARM: remove include of mach/gpio.h for gpiolib users
gpiolib user have nothing to define in their machine specific gpio.h, so do not include it. The only thing they could define would be ARCH_NR_GPIOS, but currently no architecture defines it. Should an architecure feel the need to do it this would be a good opportunity to get rid of this limitation. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-bcm2835')
-rw-r--r--arch/arm/mach-bcm2835/include/mach/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/include/mach/gpio.h b/arch/arm/mach-bcm2835/include/mach/gpio.h
deleted file mode 100644
index 306ab4c9f2..0000000000
--- a/arch/arm/mach-bcm2835/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/gpio.h>