Hi, This patch has fixed build error on zs serial driver.
drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory make[2]: *** [drivers/tc/zs.o] Error 1 Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/tc/zs.c mips/drivers/tc/zs.c --- mips-orig/drivers/tc/zs.c 2007-04-04 15:01:22.952507000 +0900 +++ mips/drivers/tc/zs.c 2007-04-04 15:15:37.861935500 +0900 @@ -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> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/