diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-26 18:17:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:57 +0900 |
commit | 47a3eb95560ea525a2dfbee1c4e7f03a45fd2207 (patch) | |
tree | b099665e01ad475f0618341e1f19819d2ea864b6 /arch/sh/kernel | |
parent | 6d01f51086cf6c475470cdae67d2f45e5fb57833 (diff) |
sh: Fix the arch/sh/kernel/traps.c build for sh32.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/traps.c | 2 |
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 |