summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-17 21:47:15 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-17 21:47:15 -0800
commit1ddcf61add9c05e0b834a516de1589f26273ea5d (patch)
tree0aea4d9d9cbd7570c37628f196c4950f228c51dc /kernel/cpu.c
parentae01bd8fc64f40573fcb304c358cc33674f9a773 (diff)
cpu.c needs <linux/module.h> for symbol exports
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 06adc11d9f90..bbef5f773f75 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -9,6 +9,7 @@
#include <linux/sched.h>
#include <linux/unistd.h>
#include <linux/cpu.h>
+#include <linux/module.h>
#include <asm/semaphore.h>
/* This protects CPUs going up and down... */