mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
3980b16137
As no gpio.h is defined in arch/arm/mach-k3/include/, to avoid compilation failure, do not include asm/arch/gpio.h. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
5 lines
159 B
C
5 lines
159 B
C
#if !defined(CONFIG_ARCH_UNIPHIER) && !defined(CONFIG_ARCH_STI) && \
|
|
!defined(CONFIG_ARCH_K3)
|
|
#include <asm/arch/gpio.h>
|
|
#endif
|
|
#include <asm-generic/gpio.h>
|