浏览代码

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>
Dhaval Giani 16 年之前
父节点
当前提交
50ee91765e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/linux/sched.h

+ 0 - 2
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)
  */