aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2008-11-11 07:43:23 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-11 07:53:13 -0500
commit50ee91765e25e7967a7b69cd5cc2bcab85e2eeb8 (patch)
tree7aa6ce4c38060fe88e19375271d8f00ed974c38d /include/linux/sched.h
parentcf7f8690e864c6fe11e77202dd847fa60f483418 (diff)
sched/rt: removed unneeded defintion
Impact: cleanup This function no longer exists, so remove the defintion. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
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)
258} 258}
259#endif 259#endif
260 260
261extern unsigned long rt_needs_cpu(int cpu);
262
263/* 261/*
264 * Only dump TASK_* tasks. (0 for all tasks) 262 * Only dump TASK_* tasks. (0 for all tasks)
265 */ 263 */