diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-03 13:51:36 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-07 00:10:34 +0900 |
commit | 5848899a1f868fe6ae50027d422f0af5f4e2e95d (patch) | |
tree | 1fb1c6856cd85c435d81c3d88e3290bbca3e64e3 | |
parent | 7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff) | |
download | u-boot-imx-5848899a1f868fe6ae50027d422f0af5f4e2e95d.zip u-boot-imx-5848899a1f868fe6ae50027d422f0af5f4e2e95d.tar.gz u-boot-imx-5848899a1f868fe6ae50027d422f0af5f4e2e95d.tar.bz2 |
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 <yamada.m@jp.panasonic.com>
-rw-r--r-- | arch/arm/include/asm/arch-uniphier/gpio.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 1fc4e19..0000000 --- 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 <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable - * OF_CONTROL must have arch/gpio.h even if GPIO is not supported. - */ |