diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2007-11-26 04:17:51 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:57 -0500 |
| commit | 47a3eb95560ea525a2dfbee1c4e7f03a45fd2207 (patch) | |
| tree | b099665e01ad475f0618341e1f19819d2ea864b6 /arch | |
| 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')
| -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 @@ | |||
| 2 | #include <linux/io.h> | 2 | #include <linux/io.h> |
| 3 | #include <linux/types.h> | 3 | #include <linux/types.h> |
| 4 | #include <linux/kdebug.h> | 4 | #include <linux/kdebug.h> |
| 5 | #include <linux/signal.h> | ||
| 6 | #include <linux/sched.h> | ||
| 5 | #include <asm/system.h> | 7 | #include <asm/system.h> |
| 6 | 8 | ||
| 7 | #ifdef CONFIG_BUG | 9 | #ifdef CONFIG_BUG |
