mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: UniPhier: remove dummy gpio.h
This dummy header was introduced by commit630bf80ebb
(ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL). Thanks to commita08d643dbd
(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>
This commit is contained in:
parent
7f641d53bb
commit
5848899a1f
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
*/
|
Loading…
Add table
Reference in a new issue