From: Masahiro Yamada Date: Tue, 3 Feb 2015 04:51:36 +0000 (+0900) Subject: ARM: UniPhier: remove dummy gpio.h X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5848899a1f868fe6ae50027d422f0af5f4e2e95d;p=u-boot.git ARM: UniPhier: remove dummy gpio.h This dummy header was introduced by commit 630bf80ebb34 (ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL). Thanks to commit a08d643dbd85 (dm: Drop gpio.h header from fdtdec.c), such an ugly workaround is no longer needed. Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/include/asm/arch-uniphier/gpio.h b/arch/arm/include/asm/arch-uniphier/gpio.h deleted file mode 100644 index 1fc4e19a61..0000000000 --- a/arch/arm/include/asm/arch-uniphier/gpio.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Dummy header file to enable CONFIG_OF_CONTROL. - * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. - * It includes via , so those SoCs that enable - * OF_CONTROL must have arch/gpio.h even if GPIO is not supported. - */