summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp2000/core.c
diff options
context:
space:
mode:
authorLinus Walleij2011-08-22 09:44:18 +0200
committerRussell King2011-08-22 10:13:21 +0200
commit87f911a38d7964b50b3be20da5c06fab69a90576 (patch)
treeaca8dcfc626086deceefb8e81156f20c57eca777 /arch/arm/mach-ixp2000/core.c
parentARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver (diff)
downloadkernel-qcow2-linux-87f911a38d7964b50b3be20da5c06fab69a90576.tar.gz
kernel-qcow2-linux-87f911a38d7964b50b3be20da5c06fab69a90576.tar.xz
kernel-qcow2-linux-87f911a38d7964b50b3be20da5c06fab69a90576.zip
ARM: 7043/1: mach-ixp2000: rename GPIO header
The ixp2000 abuses the <mach/gpio.h> namespace by not implementing any generic GPIO nor gpiolib functions in it - just custom GPIO. Rename the header to <mach/gpio-ixp2000.h> for clarity. Cc: Lennert Buytenhek <kernel@wantstofly.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp2000/core.c')
-rw-r--r--arch/arm/mach-ixp2000/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp2000/core.c b/arch/arm/mach-ixp2000/core.c
index e95c5e74238d..59a512672bb9 100644
--- a/arch/arm/mach-ixp2000/core.c
+++ b/arch/arm/mach-ixp2000/core.c
@@ -39,6 +39,8 @@
#include <asm/mach/time.h>
#include <asm/mach/irq.h>
+#include <mach/gpio-ixp2000.h>
+
static DEFINE_SPINLOCK(ixp2000_slowport_lock);
static unsigned long ixp2000_slowport_irq_flags;