[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>

authored by Yoichi Yuasa and committed by Linus Torvalds ba6e8564 98de9e3b

-1
-1
drivers/tc/zs.c
··· 70 70 #include <asm/dec/machtype.h> 71 71 #include <asm/dec/serial.h> 72 72 #include <asm/dec/system.h> 73 - #include <asm/dec/tc.h> 74 73 75 74 #ifdef CONFIG_KGDB 76 75 #include <asm/kgdb.h>