gpio: do not include <asm/arch/gpio.h> for ARCH_STI
authorPatrice Chotard <[email protected]>
Tue, 21 Feb 2017 12:37:08 +0000 (13:37 +0100)
committerTom Rini <[email protected]>
Wed, 15 Mar 2017 00:40:19 +0000 (20:40 -0400)
commitd4184952320a52e415d4814f1b3144e13ab94b82
tree51888a92202bc211370b14503081b23a26ea8182
parent214a17e61dac5513fef4e8f5c784d02dc44e2617
gpio: do not include <asm/arch/gpio.h> for ARCH_STI

As no gpio.h is defined in arch/arm/include/asm/arch-stih410,
to avoid compilation failure, do not include asm/arch/gpio.h.

This is needed for example when including sdhci.h, which include
asm/gpio.h>.

Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/include/asm/gpio.h