aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-iop33x
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2008-07-08 23:07:48 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 23:31:42 +0100
commit63f385cd1f649b3f4f2d59fc609e051981215fd7 (patch)
treeb0c1d0bf186c701284ba63dda9514cec333037a5 /include/asm-arm/arch-iop33x
parent543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff)
[ARM] 5160/1: IOP3XX: gpio/gpiolib support
This patch brings support for gpio/gpiolib framework to Intel IOP3xx platforms. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop33x')
-rw-r--r--include/asm-arm/arch-iop33x/gpio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop33x/gpio.h b/include/asm-arm/arch-iop33x/gpio.h
new file mode 100644
index 00000000000..ddd55bba9bb
--- /dev/null
+++ b/include/asm-arm/arch-iop33x/gpio.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_ARCH_IOP33X_GPIO_H
+#define __ASM_ARCH_IOP33X_GPIO_H
+
+#include <asm/hardware/iop3xx-gpio.h>
+
+#endif