diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-06-06 03:30:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-06 03:30:11 -0700 |
| commit | 542f238ecd09ca255d7a6eb257df180c25eb32ee (patch) | |
| tree | e8dbaa60ddbe91880e6823f0a5fca8504fea0ed8 /init | |
| parent | 51726557c41d18679cbe552429a494b32b34fc53 (diff) | |
[PATCH] Move cpu notifiers et al to cpu.h
Trivial patch: when these were introduced cpu.h didn't exist.
Diffstat (limited to 'init')
| -rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index cfe37ad1054c..e80b5d321abe 100644 --- a/init/main.c +++ b/init/main.c @@ -37,6 +37,7 @@ #include <linux/rcupdate.h> #include <linux/moduleparam.h> #include <linux/writeback.h> +#include <linux/cpu.h> #include <asm/io.h> #include <asm/bugs.h> |
