diff options
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 |