mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
With CONFIG_CMD_GPIO compilation reports error:
-------------------------->8---------------------
common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory
#include <asm/gpio.h>
^
-------------------------->8---------------------
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
335f7b1290
commit
fc86faf9d6
1 changed files with 1 additions and 0 deletions
1
arch/arc/include/asm/gpio.h
Normal file
1
arch/arc/include/asm/gpio.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include <asm-generic/gpio.h>
|
||||
Loading…
Add table
Reference in a new issue