From: Masahiro Yamada Date: Tue, 16 Feb 2016 08:03:49 +0000 (+0900) Subject: gpio: do not include for UniPhier X-Git-Tag: v2016.03-rc3~6^2~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8facbe71ecb4c9411e3da6e40d90152d066879a;p=u-boot gpio: do not include for UniPhier I implemented a GPIO driver based on Driver Model for the UniPhier SoC family, but I could not find any good reason why such SoC specific GPIO headers are needed. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- diff --git a/arch/arm/include/asm/gpio.h b/arch/arm/include/asm/gpio.h index d49ad080e2..fe4419cae4 100644 --- a/arch/arm/include/asm/gpio.h +++ b/arch/arm/include/asm/gpio.h @@ -1,2 +1,4 @@ +#ifndef CONFIG_ARCH_UNIPHIER #include +#endif #include