diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-04-04 19:08:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-04-04 21:12:47 -0700 |
commit | ba6e8564f459211117ce300eae2c7fdd23befe34 (patch) | |
tree | c812c58c6a86ecafdea95a4701059066ad9955d0 /drivers/tc | |
parent | 98de9e3ba23422b5c45b91c93aec1cb1e17514dc (diff) | |
download | linux-3.10-ba6e8564f459211117ce300eae2c7fdd23befe34.tar.gz linux-3.10-ba6e8564f459211117ce300eae2c7fdd23befe34.tar.bz2 linux-3.10-ba6e8564f459211117ce300eae2c7fdd23befe34.zip |
[PATCH] Fix build error on zs serial driver
drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/tc')
-rw-r--r-- | drivers/tc/zs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 3d72aa5cfc7..3524e3fc08b 100644 --- a/drivers/tc/zs.c +++ b/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> |