浏览代码

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 年之前
父节点
当前提交
47a3eb9556
共有 1 个文件被更改,包括 2 次插入0 次删除
  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/types.h>
 #include <linux/kdebug.h>
+#include <linux/signal.h>
+#include <linux/sched.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_BUG