Commit 50ee9176 authored by Dhaval Giani's avatar Dhaval Giani Committed by Ingo Molnar

sched/rt: removed unneeded defintion

Impact: cleanup

This function no longer exists, so remove the defintion.
Signed-off-by: default avatarDhaval Giani <dhaval@linux.vnet.ibm.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent cf7f8690
...@@ -258,8 +258,6 @@ static inline int select_nohz_load_balancer(int cpu) ...@@ -258,8 +258,6 @@ static inline int select_nohz_load_balancer(int cpu)
} }
#endif #endif
extern unsigned long rt_needs_cpu(int cpu);
/* /*
* Only dump TASK_* tasks. (0 for all tasks) * Only dump TASK_* tasks. (0 for all tasks)
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment