aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-26 18:17:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:57 +0900
commit47a3eb95560ea525a2dfbee1c4e7f03a45fd2207 (patch)
treeb099665e01ad475f0618341e1f19819d2ea864b6
parentsh: Add SH7203 CPU support. (diff)
downloadlinux-dev-47a3eb95560ea525a2dfbee1c4e7f03a45fd2207.tar.xz
linux-dev-47a3eb95560ea525a2dfbee1c4e7f03a45fd2207.zip
sh: Fix the arch/sh/kernel/traps.c build for sh32.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/kernel/traps.c2
1 files changed, 2 insertions, 0 deletions
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 <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