All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: UniPhier: remove dummy gpio.h
@ 2015-02-03  4:51 Masahiro Yamada
  2015-02-06 16:00 ` Masahiro YAMADA
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-02-03  4:51 UTC (permalink / raw)
  To: u-boot

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ARM: UniPhier: remove dummy gpio.h
  2015-02-03  4:51 [U-Boot] [PATCH] ARM: UniPhier: remove dummy gpio.h Masahiro Yamada
@ 2015-02-06 16:00 ` Masahiro YAMADA
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro YAMADA @ 2015-02-06 16:00 UTC (permalink / raw)
  To: u-boot

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.

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-06 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-03  4:51 [U-Boot] [PATCH] ARM: UniPhier: remove dummy gpio.h Masahiro Yamada
2015-02-06 16:00 ` Masahiro YAMADA

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.