diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-22 08:44:18 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-22 09:13:21 +0100 |
commit | 87f911a38d7964b50b3be20da5c06fab69a90576 (patch) | |
tree | aca8dcfc626086deceefb8e81156f20c57eca777 /arch/arm/mach-ixp2000/core.c | |
parent | 257af9f9725aa8a863b306659208a031135d59e7 (diff) | |
download | linux-87f911a38d7964b50b3be20da5c06fab69a90576.tar.bz2 |
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.c | 2 |
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; |