| To: | Andrew Morton <akpm@osdl.org> |
|---|---|
| Subject: | [PATCH] Fixed build error on zs serial driver |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Wed, 4 Apr 2007 16:29:34 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, "Maciej W. Rozycki" <macro@linux-mips.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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 <yoichi_yuasa@tripeaks.co.jp> 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> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | add, 倪志高 |
|---|---|
| Next by Date: | [PATCH][MIPS] remove pnx8550-v2pci_defconfig, Yoichi Yuasa |
| Previous by Thread: | add, 倪志高 |
| Next by Thread: | Re: [PATCH] Fixed build error on zs serial driver, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |