Skip to content

Commit

Permalink
[PATCH] Fix build error on zs serial driver
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Apr 5, 2007
1 parent 98de9e3 commit ba6e856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tc/zs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba6e856

Please sign in to comment.