projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335f7b1
)
ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
author
Eugeniy Paltsev
<
[email protected]
>
Mon, 16 Oct 2017 12:15:33 +0000
(15:15 +0300)
committer
Alexey Brodkin
<
[email protected]
>
Sun, 10 Dec 2017 18:13:05 +0000
(21:13 +0300)
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 <
[email protected]
>
Signed-off-by: Alexey Brodkin <
[email protected]
>
arch/arc/include/asm/gpio.h
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/arc/include/asm/gpio.h
b/arch/arc/include/asm/gpio.h
new file mode 100644
(file)
index 0000000..
306ab4c
--- /dev/null
+++ b/
arch/arc/include/asm/gpio.h
@@ -0,0
+1
@@
+#include <asm-generic/gpio.h>