From: Dhaval Giani Date: Tue, 11 Nov 2008 12:43:23 +0000 (+0530) Subject: sched/rt: removed unneeded defintion X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=50ee91765e25e7967a7b69cd5cc2bcab85e2eeb8;p=deliverable%2Flinux.git sched/rt: removed unneeded defintion Impact: cleanup This function no longer exists, so remove the defintion. Signed-off-by: Dhaval Giani Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched.h b/include/linux/sched.h index b483f39a7112..c6bfb34d978e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -258,8 +258,6 @@ static inline int select_nohz_load_balancer(int cpu) } #endif -extern unsigned long rt_needs_cpu(int cpu); - /* * Only dump TASK_* tasks. (0 for all tasks) */