diff --git a/[refs] b/[refs] index 920fa7f5b7a5..b9b70924a1a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91368d73e4b60d577ad171e5bd315b564265fcdb +refs/heads/master: 772a0dc5d2103baff2f15c2668930bcd37add777 diff --git a/trunk/include/linux/profile.h b/trunk/include/linux/profile.h index 026969a5595c..1f2fea6640a4 100644 --- a/trunk/include/linux/profile.h +++ b/trunk/include/linux/profile.h @@ -14,6 +14,7 @@ struct proc_dir_entry; struct pt_regs; +struct notifier_block; /* init basic kernel profiler */ void __init profile_init(void); @@ -32,7 +33,6 @@ enum profile_type { #ifdef CONFIG_PROFILING -struct notifier_block; struct task_struct; struct mm_struct;