]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/profile.c
[PATCH] pcnet32: Cleanup rx buffers after loopback test.
[karo-tx-linux.git] / kernel / profile.c
index 68afe121e5071f0574e37e7b9e20f1d66bd4c290..d5bd75e7501cadef54651a3f886514f0fbcc6f92 100644 (file)
@@ -13,7 +13,6 @@
  *     to resolve timer interrupt livelocks, William Irwin, Oracle, 2004
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/profile.h>
 #include <linux/bootmem.h>
@@ -299,7 +298,7 @@ out:
 }
 
 #ifdef CONFIG_HOTPLUG_CPU
-static int profile_cpu_callback(struct notifier_block *info,
+static int __devinit profile_cpu_callback(struct notifier_block *info,
                                        unsigned long action, void *__cpu)
 {
        int node, cpu = (unsigned long)__cpu;