diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-03-27 14:18:51 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 18:27:21 +0200 |
commit | cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09 (patch) | |
tree | 0b553f1f82ed5c774b702bb42355ed5a37a17fe1 /arch/arm/mach-at91/board-eb9200.c | |
parent | 15fb63a08b1ed2d925bab4c3aa8934003ed6b7cb (diff) |
ARM: at91: localize GPIO header
This moves the <mach/gpio.h> header in the AT91 platform down
into the machine directory and removes the reliance on
MACH_NEED_GPIO_H from the AT91.
This does not move the platform to GENERIC_GPIO but localize
the remaining work to be done for this to the mach-at91
folder.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[nicolas.ferre@atmel.com: adapt to newer kernel, add rsi-ews board]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-eb9200.c')
-rw-r--r-- | arch/arm/mach-at91/board-eb9200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-eb9200.c b/arch/arm/mach-at91/board-eb9200.c index f9be8161bbfa..aa457a8b22f5 100644 --- a/arch/arm/mach-at91/board-eb9200.c +++ b/arch/arm/mach-at91/board-eb9200.c @@ -38,6 +38,7 @@ #include "at91_aic.h" #include "board.h" #include "generic.h" +#include "gpio.h" static void __init eb9200_init_early(void) |