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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47a3eb95560ea525a2dfbee1c4e7f03a45fd2207;p=linux-beck.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 bf70827b17cc..a3bdc68ef02c 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