Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Adrian Bunk
On Wed, Jun 06, 2007 at 09:30:23AM +0200, Ingo Molnar wrote: > > * Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > > > --- > > > > > > BTW: Please don't #include C files in sched.c > > > > Yeah. > > In this case it's not that bad. It

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Ingo Molnar
* Andrew Morton <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > --- > > > > BTW: Please don't #include C files in sched.c > > Yeah. In this case it's not that bad. It makes the source quite a bit cleaner and avoids having to create artificial

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch makes some needlessly global code static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> thanks, applied. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Andrew Morton
On Tue, 5 Jun 2007 23:50:56 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch makes some needlessly global code static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > > BTW: Please don't #include C files in sched.c Yeah. > -long div64_s(s64 divident, unsigned long

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Andrew Morton
On Tue, 5 Jun 2007 23:50:56 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- BTW: Please don't #include C files in sched.c Yeah. -long div64_s(s64 divident, unsigned long divisor) +static

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Ingo Molnar
* Adrian Bunk [EMAIL PROTECTED] wrote: This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] thanks, applied. Ingo - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Ingo Molnar
* Andrew Morton [EMAIL PROTECTED] wrote: Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- BTW: Please don't #include C files in sched.c Yeah. In this case it's not that bad. It makes the source quite a bit cleaner and avoids having to create artificial interfaces, global

Re: [-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-06 Thread Adrian Bunk
On Wed, Jun 06, 2007 at 09:30:23AM +0200, Ingo Molnar wrote: * Andrew Morton [EMAIL PROTECTED] wrote: Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- BTW: Please don't #include C files in sched.c Yeah. In this case it's not that bad. It makes the source quite a bit

[-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-05 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- BTW: Please don't #include C files in sched.c kernel/sched.c |2 +- kernel/sched_fair.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---

[-mm patch] kernel/sched{,_fair}.c: make code static

2007-06-05 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- BTW: Please don't #include C files in sched.c kernel/sched.c |2 +- kernel/sched_fair.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---