diff options
| author | Chen Gang <gang.chen.5i5j@gmail.com> | 2013-11-25 23:09:43 -0500 |
|---|---|---|
| committer | Richard Kuo <rkuo@codeaurora.org> | 2014-04-04 19:20:00 -0400 |
| commit | 27932f6ea10d786d100b8d2df20bece3e04d974d (patch) | |
| tree | 93361ecb18efc3f13855153a03dc64db4dbce2b2 /arch/hexagon/include/asm | |
| parent | 8d7e6a1dbecd58157d952707c9ad6846b96c7d45 (diff) | |
arch: hexagon: include: asm: Kbuild: add generic "serial.h" in Kbuild
Add "serial.h" in Kbuild, or can not pass compiling with allmodconfig,
the related error:
CC [M] drivers/staging/speakup/speakup_acntpc.o
In file included from drivers/staging/speakup/speakup_acntpc.c:33:0:
drivers/staging/speakup/serialio.h:7:24: fatal error: asm/serial.h: No such file or directory
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/include/asm')
| -rw-r--r-- | arch/hexagon/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild index 38ca45d3df1e..f6377a8f83d9 100644 --- a/arch/hexagon/include/asm/Kbuild +++ b/arch/hexagon/include/asm/Kbuild | |||
| @@ -39,6 +39,7 @@ generic-y += scatterlist.h | |||
| 39 | generic-y += sections.h | 39 | generic-y += sections.h |
| 40 | generic-y += segment.h | 40 | generic-y += segment.h |
| 41 | generic-y += sembuf.h | 41 | generic-y += sembuf.h |
| 42 | generic-y += serial.h | ||
| 42 | generic-y += shmbuf.h | 43 | generic-y += shmbuf.h |
| 43 | generic-y += shmparam.h | 44 | generic-y += shmparam.h |
| 44 | generic-y += siginfo.h | 45 | generic-y += siginfo.h |
