The patch titled Fix build error on zs serial driver has been added to the -mm tree. Its filename is fixed-build-error-on-zs-serial-driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix build error on zs serial driver From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/tc/zs.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/tc/zs.c~fixed-build-error-on-zs-serial-driver drivers/tc/zs.c --- a/drivers/tc/zs.c~fixed-build-error-on-zs-serial-driver +++ a/drivers/tc/zs.c @@ -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> _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are origin.patch fixed-build-error-on-zs-serial-driver.patch git-input.patch git-mips.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html