]> Git Repo - u-boot.git/commitdiff
gpio: do not include <asm/arch/gpio.h> for ARCH_K3
authorLokesh Vutla <[email protected]>
Mon, 27 Aug 2018 10:27:55 +0000 (15:57 +0530)
committerTom Rini <[email protected]>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
arch/arm/include/asm/gpio.h

index 1c5e87340cc889a8c655841f325f9cca94e03fd8..3039e66bf9f2250117d075667a3f3dea5f108607 100644 (file)
@@ -1,4 +1,5 @@
-#if !defined(CONFIG_ARCH_UNIPHIER) && !defined(CONFIG_ARCH_STI)
+#if !defined(CONFIG_ARCH_UNIPHIER) && !defined(CONFIG_ARCH_STI) && \
+       !defined(CONFIG_ARCH_K3)
 #include <asm/arch/gpio.h>
 #endif
 #include <asm-generic/gpio.h>
This page took 0.031337 seconds and 4 git commands to generate.