summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
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/mips/include
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/mips/include')
-rw-r--r--arch/mips/include/asm/gpio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h
deleted file mode 100644
index 41a9589f84..0000000000
--- a/arch/mips/include/asm/gpio.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ARCH_MIPS_GPIO_H
-#define _ARCH_MIPS_GPIO_H
-
-#include <asm-generic/gpio.h>
-
-#endif /* _ARCH_MIPS_GPIO_H */