diff mbox

[U-Boot] ARM: UniPhier: remove dummy gpio.h

Message ID 1422939096-6862-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Feb. 3, 2015, 4:51 a.m. UTC
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>
---

 arch/arm/include/asm/arch-uniphier/gpio.h | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-uniphier/gpio.h

Comments

Masahiro Yamada Feb. 6, 2015, 4 p.m. UTC | #1
2015-02-03 13:51 GMT+09:00 Masahiro Yamada <yamada.m@jp.panasonic.com>:
> 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>


Applied to u-boot-uniphier/master.
diff mbox

Patch

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.
- */