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/ixdp2x00.c | |
parent | 257af9f9725aa8a863b306659208a031135d59e7 (diff) |
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 |