diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-17 21:47:15 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-17 21:47:15 -0800 |
| commit | 1ddcf61add9c05e0b834a516de1589f26273ea5d (patch) | |
| tree | 0aea4d9d9cbd7570c37628f196c4950f228c51dc /kernel/cpu.c | |
| parent | ae01bd8fc64f40573fcb304c358cc33674f9a773 (diff) | |
cpu.c needs <linux/module.h> for symbol exports
Diffstat (limited to 'kernel/cpu.c')
| -rw-r--r-- | kernel/cpu.c | 1 |
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... */ |
