Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf2e933c authored by Linus Walleij's avatar Linus Walleij Committed by Nicolas Ferre
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
[nicolas.ferre@atmel.com: adapt to newer kernel, add rsi-ews board]
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 15fb63a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -376,7 +376,6 @@ config ARCH_AT91
	select ARCH_REQUIRE_GPIOLIB
	select CLKDEV_LOOKUP
	select IRQ_DOMAIN
	select NEED_MACH_GPIO_H
	select NEED_MACH_IO_H if PCCARD
	select PINCTRL
	select PINCTRL_AT91 if USE_OF
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@

#include "board.h"
#include "generic.h"
#include "gpio.h"


/* --------------------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

#include "board.h"
#include "generic.h"

#include "gpio.h"

/* --------------------------------------------------------------------
 *  USB Host
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

#include "board.h"
#include "generic.h"

#include "gpio.h"

/* --------------------------------------------------------------------
 *  USB Host
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@

#include "board.h"
#include "generic.h"
#include "gpio.h"


/* --------------------------------------------------------------------
Loading