2008-11-11 12:43:48

by Dhaval Giani

[permalink] [raw]
Subject: sched: removed unneeded defintion

sched: removed unneeded defintion

This function no longer exists, so remove the defintion.

Signed-off-by: Dhaval Giani <[email protected]>

---
include/linux/sched.h | 2 --
1 file changed, 2 deletions(-)

Index: linux-2.6-tip/include/linux/sched.h
===================================================================
--- linux-2.6-tip.orig/include/linux/sched.h 2008-11-10 23:17:53.000000000 +0530
+++ linux-2.6-tip/include/linux/sched.h 2008-11-10 23:21:45.000000000 +0530
@@ -258,8 +258,6 @@ static inline int select_nohz_load_balan
}
#endif

-extern unsigned long rt_needs_cpu(int cpu);
-
/*
* Only dump TASK_* tasks. (0 for all tasks)
*/

--
regards,
Dhaval


2008-11-11 12:53:57

by Ingo Molnar

[permalink] [raw]
Subject: Re: sched: removed unneeded defintion


* Dhaval Giani <[email protected]> wrote:

> sched: removed unneeded defintion
>
> This function no longer exists, so remove the defintion.
>
> Signed-off-by: Dhaval Giani <[email protected]>
>
> ---
> include/linux/sched.h | 2 --
> 1 file changed, 2 deletions(-)

applied to tip/sched/rt, thanks Dhaval!

Ingo