The patch titled
     Fix build error on zs serial driver
has been removed from the -mm tree.  Its filename was
     fixed-build-error-on-zs-serial-driver.patch

This patch was dropped because it was merged into mainline or a subsystem tree

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

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