[PATCH] Fix build error on zs serial driver
drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Acked-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
98de9e3ba2
commit
ba6e8564f4
|
@ -70,7 +70,6 @@
|
|||
#include <asm/dec/machtype.h>
|
||||
#include <asm/dec/serial.h>
|
||||
#include <asm/dec/system.h>
|
||||
#include <asm/dec/tc.h>
|
||||
|
||||
#ifdef CONFIG_KGDB
|
||||
#include <asm/kgdb.h>
|
||||
|
|
Loading…
Reference in New Issue