summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-08-06 12:57:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-20 07:47:11 +0200
commit0d14bc0ec4f8017e49ab5d2d91c45f5957afc31d (patch)
tree30b1d3e1b3eab5d735872c40c488036cb97fb184 /arch/arm/mach-ep93xx
parent85008e55422ff7576a251c2214c7d32ad8aab600 (diff)
downloadbarebox-0d14bc0ec4f8017e49ab5d2d91c45f5957afc31d.tar.gz
barebox-0d14bc0ec4f8017e49ab5d2d91c45f5957afc31d.tar.xz
gpio: Drop asm-generic/gpio.h
Since we no longer have custom gpio function prototypes we can drop the prototypes from asm-generic/gpio.h can add them to include/gpio.h instead. While at it add static inline dummy wrappers for !CONFIG_GENERIC_GPIO so that code using gpios can compile without gpio support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/include/mach/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/gpio.h b/arch/arm/mach-ep93xx/include/mach/gpio.h
deleted file mode 100644
index 306ab4c9f2..0000000000
--- a/arch/arm/mach-ep93xx/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/gpio.h>