linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / profile.h
index e633004..026969a 100644 (file)
@@ -4,6 +4,7 @@
 #ifdef __KERNEL__
 
 #include <linux/kernel.h>
+#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/cpumask.h>
 #include <asm/errno.h>
@@ -13,7 +14,6 @@
 
 struct proc_dir_entry;
 struct pt_regs;
-struct notifier_block;
 
 /* init basic kernel profiler */
 void __init profile_init(void);
@@ -32,6 +32,7 @@ enum profile_type {
 
 #ifdef CONFIG_PROFILING
 
+struct notifier_block;
 struct task_struct;
 struct mm_struct;