diff options
| author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | 2008-11-11 07:43:23 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-11-11 07:53:13 -0500 |
| commit | 50ee91765e25e7967a7b69cd5cc2bcab85e2eeb8 (patch) | |
| tree | 7aa6ce4c38060fe88e19375271d8f00ed974c38d | |
| parent | cf7f8690e864c6fe11e77202dd847fa60f483418 (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>
| -rw-r--r-- | include/linux/sched.h | 2 |
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 | ||
| 261 | extern 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 | */ |
