diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-22 09:44:18 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-22 10:13:21 +0200 |
commit | 87f911a38d7964b50b3be20da5c06fab69a90576 (patch) | |
tree | aca8dcfc626086deceefb8e81156f20c57eca777 /arch/arm/mach-ixp2000/ixdp2x00.c | |
parent | ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver (diff) | |
download | linux-87f911a38d7964b50b3be20da5c06fab69a90576.tar.xz 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/ixdp2x00.c')
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2x00.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp2000/ixdp2x00.c b/arch/arm/mach-ixp2000/ixdp2x00.c index f61506822ad8..634b6c852f68 100644 --- a/arch/arm/mach-ixp2000/ixdp2x00.c +++ b/arch/arm/mach-ixp2000/ixdp2x00.c @@ -41,6 +41,7 @@ #include <asm/mach/flash.h> #include <asm/mach/arch.h> +#include <mach/gpio-ixp2000.h> /************************************************************************* * IXDP2x00 IRQ Initialization |