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 <[EMAIL PROTECTED]>

drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory

Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]>
Acked-by: Maciej W. Rozycki <[EMAIL PROTECTED]>
Cc: Ralf Baechle <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to