Skip to content

Commit ba6e856

Browse files
Yoichi YuasaLinus Torvalds
authored andcommitted
[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>
1 parent 98de9e3 commit ba6e856

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/tc/zs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
#include <asm/dec/machtype.h>
7171
#include <asm/dec/serial.h>
7272
#include <asm/dec/system.h>
73-
#include <asm/dec/tc.h>
7473

7574
#ifdef CONFIG_KGDB
7675
#include <asm/kgdb.h>

0 commit comments

Comments
 (0)