From: Yoichi Yuasa Date: Thu, 5 Apr 2007 02:08:25 +0000 (-0700) Subject: [PATCH] Fix build error on zs serial driver X-Git-Tag: v4.13~39538 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ba6e8564f459211117ce300eae2c7fdd23befe34;p=mirror_ubuntu-bionic-kernel.git [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 Acked-by: Maciej W. Rozycki Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 3d72aa5cfc71..3524e3fc08b9 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c @@ -70,7 +70,6 @@ #include #include #include -#include #ifdef CONFIG_KGDB #include