Quellcode durchsuchen

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 vor 16 Jahren
Ursprung
Commit
50ee91765e
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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)
  */