浏览代码

sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 年之前
父节点
当前提交
b56050ae5e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/sh/kernel/smp.c

+ 1 - 0
arch/sh/kernel/smp.c

@@ -18,6 +18,7 @@
 #include <linux/spinlock.h>
 #include <linux/mm.h>
 #include <linux/module.h>
+#include <linux/cpu.h>
 #include <linux/interrupt.h>
 #include <asm/atomic.h>
 #include <asm/processor.h>