diff options
Diffstat (limited to 'kernel/profile.c')
-rw-r--r-- | kernel/profile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/profile.c b/kernel/profile.c index 68afe121e507..d5bd75e7501c 100644 --- a/kernel/profile.c +++ b/kernel/profile.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * to resolve timer interrupt livelocks, William Irwin, Oracle, 2004 | 13 | * to resolve timer interrupt livelocks, William Irwin, Oracle, 2004 |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/config.h> | ||
17 | #include <linux/module.h> | 16 | #include <linux/module.h> |
18 | #include <linux/profile.h> | 17 | #include <linux/profile.h> |
19 | #include <linux/bootmem.h> | 18 | #include <linux/bootmem.h> |
@@ -299,7 +298,7 @@ out: | |||
299 | } | 298 | } |
300 | 299 | ||
301 | #ifdef CONFIG_HOTPLUG_CPU | 300 | #ifdef CONFIG_HOTPLUG_CPU |
302 | static int profile_cpu_callback(struct notifier_block *info, | 301 | static int __devinit profile_cpu_callback(struct notifier_block *info, |
303 | unsigned long action, void *__cpu) | 302 | unsigned long action, void *__cpu) |
304 | { | 303 | { |
305 | int node, cpu = (unsigned long)__cpu; | 304 | int node, cpu = (unsigned long)__cpu; |