aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-csb637.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-03-27 14:18:51 +0100
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-05-07 18:27:21 +0200
commitcf2e933ce6da2a8bacd52e49c4dd4c0974af1d09 (patch)
tree0b553f1f82ed5c774b702bb42355ed5a37a17fe1 /arch/arm/mach-at91/board-csb637.c
parentASoC: sam9g20_wm8731: remove useless mach/gpio.h (diff)
downloadlinux-dev-cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09.tar.xz
linux-dev-cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09.zip
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-csb637.c')
-rw-r--r--arch/arm/mach-at91/board-csb637.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-csb637.c b/arch/arm/mach-at91/board-csb637.c
index fdf11061c577..18d027f529a8 100644
--- a/arch/arm/mach-at91/board-csb637.c
+++ b/arch/arm/mach-at91/board-csb637.c
@@ -39,6 +39,7 @@
#include "at91_aic.h"
#include "board.h"
#include "generic.h"
+#include "gpio.h"
static void __init csb637_init_early(void)