Browse Source

sh: Fix the arch/sh/kernel/traps.c build for sh32.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 years ago
parent
commit
47a3eb9556
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/sh/kernel/traps.c

+ 2 - 0
arch/sh/kernel/traps.c

@@ -2,6 +2,8 @@
 #include <linux/io.h>
 #include <linux/io.h>
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/kdebug.h>
 #include <linux/kdebug.h>
+#include <linux/signal.h>
+#include <linux/sched.h>
 #include <asm/system.h>
 #include <asm/system.h>
 
 
 #ifdef CONFIG_BUG
 #ifdef CONFIG_BUG