* [PATCH] arch/score/include/asm/Kbuild: Add generic "serial.h"
@ 2014-07-08 6:00 Chen Gang
0 siblings, 0 replies; only message in thread
From: Chen Gang @ 2014-07-08 6:00 UTC (permalink / raw)
To: Liqin Chen, Lennox Wu
Cc: peterz, mingo, tim.c.chen, Stephen Rothwell, lauraa, David Miller,
linux-kernel@vger.kernel.org
The related error (with allmodconfig under score):
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
#include <asm/serial.h>
^
compilation terminated.
make[3]: *** [drivers/staging/speakup/speakup_acntpc.o] Error 1
make[2]: *** [drivers/staging/speakup] Error 2
make[1]: *** [drivers/staging] Error 2
make: *** [drivers] Error 2
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
arch/score/include/asm/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild
index bfb31569..108a225 100644
--- a/arch/score/include/asm/Kbuild
+++ b/arch/score/include/asm/Kbuild
@@ -10,5 +10,6 @@ generic-y += mcs_spinlock.h
generic-y += pci.h
generic-y += preempt.h
generic-y += scatterlist.h
+generic-y += serial.h
generic-y += trace_clock.h
generic-y += xor.h
--
1.9.2.459.g68773ac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-08 6:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 6:00 [PATCH] arch/score/include/asm/Kbuild: Add generic "serial.h" Chen Gang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.