aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-10-21 12:39:24 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-21 12:51:51 +0900
commitb56050ae5e53ab8c5efedce7f4ec3923b6e42054 (patch)
tree3dbd96f408cd397782d480a0ab0bf6a51f70b9ea /arch/sh
parent5e451d9c9d2c20c4f037a0854d3ecca0a69aa56a (diff)
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c
index 508dfb02362..3c5ad1660bb 100644
--- a/arch/sh/kernel/smp.c
+++ b/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>