commit | 47a3eb95560ea525a2dfbee1c4e7f03a45fd2207 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 26 18:17:51 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:57 2008 +0900 |
tree | b099665e01ad475f0618341e1f19819d2ea864b6 | |
parent | 6d01f51086cf6c475470cdae67d2f45e5fb57833 [diff] [blame] |
sh: Fix the arch/sh/kernel/traps.c build for sh32. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 <linux/io.h> #include <linux/types.h> #include <linux/kdebug.h> +#include <linux/signal.h> +#include <linux/sched.h> #include <asm/system.h> #ifdef CONFIG_BUG