projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
RISC-V: use generic serial.h
author
Olof Johansson
<olof@lixom.net>
Thu, 30 Nov 2017 01:55:12 +0000
(17:55 -0800)
committer
Palmer Dabbelt
<palmer@sifive.com>
Thu, 30 Nov 2017 18:01:10 +0000
(10:01 -0800)
Fixes this from allmodconfig:
drivers/tty/serial/earlycon.c:27:10: fatal error: asm/serial.h: No such file or directory
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/include/asm/Kbuild
patch
|
blob
|
history
diff --git
a/arch/riscv/include/asm/Kbuild
b/arch/riscv/include/asm/Kbuild
index
18158be
..
970460a
100644
(file)
--- a/
arch/riscv/include/asm/Kbuild
+++ b/
arch/riscv/include/asm/Kbuild
@@
-40,6
+40,7
@@
generic-y += resource.h
generic-y += scatterlist.h
generic-y += sections.h
generic-y += sembuf.h
+generic-y += serial.h
generic-y += setup.h
generic-y += shmbuf.h
generic-y += shmparam.h