From: Paul Mundt Date: Mon, 26 Nov 2007 09:17:51 +0000 (+0900) Subject: sh: Fix the arch/sh/kernel/traps.c build for sh32. X-Git-Tag: v2.6.25-rc1~1169^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47a3eb95560ea525a2dfbee1c4e7f03a45fd2207;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git sh: Fix the arch/sh/kernel/traps.c build for sh32. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/traps.c b/arch/sh/kernel/traps.c index bf70827..a3bdc68 100644 --- a/arch/sh/kernel/traps.c +++ b/arch/sh/kernel/traps.c @@ -2,6 +2,8 @@ #include #include #include +#include +#include #include #ifdef CONFIG_BUG