summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-pcontrol-g20.c
diff options
context:
space:
mode:
authorLinus Walleij2014-03-27 14:18:51 +0100
committerNicolas Ferre2014-05-07 18:27:21 +0200
commitcf2e933ce6da2a8bacd52e49c4dd4c0974af1d09 (patch)
tree0b553f1f82ed5c774b702bb42355ed5a37a17fe1 /arch/arm/mach-at91/board-pcontrol-g20.c
parentASoC: sam9g20_wm8731: remove useless mach/gpio.h (diff)
downloadkernel-qcow2-linux-cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09.tar.gz
kernel-qcow2-linux-cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09.tar.xz
kernel-qcow2-linux-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-pcontrol-g20.c')
-rw-r--r--arch/arm/mach-at91/board-pcontrol-g20.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-pcontrol-g20.c b/arch/arm/mach-at91/board-pcontrol-g20.c
index 5f25fa54eb93..b48d95ec5152 100644
--- a/arch/arm/mach-at91/board-pcontrol-g20.c
+++ b/arch/arm/mach-at91/board-pcontrol-g20.c
@@ -37,6 +37,7 @@
#include "sam9_smc.h"
#include "generic.h"
#include "stamp9g20.h"
+#include "gpio.h"
static void __init pcontrol_g20_init_early(void)