Re: [PATCH] x86: pit_clockevent can be static

2008-02-16 Thread Thomas Gleixner
On Tue, 12 Feb 2008, Harvey Harrison wrote: > arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was not > declared. Should it be static? > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> Applied. Thanks, tglx -- To unsubscribe from this list: send the line

Re: [PATCH] x86: pit_clockevent can be static

2008-02-16 Thread Thomas Gleixner
On Tue, 12 Feb 2008, Harvey Harrison wrote: arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was not declared. Should it be static? Signed-off-by: Harvey Harrison [EMAIL PROTECTED] Applied. Thanks, tglx -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] x86: pit_clockevent can be static

2008-02-13 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was > not declared. Should it be static? yeah. Thanks Harvey, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] x86: pit_clockevent can be static

2008-02-13 Thread Ingo Molnar
* Harvey Harrison [EMAIL PROTECTED] wrote: arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was not declared. Should it be static? yeah. Thanks Harvey, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] x86: pit_clockevent can be static

2008-02-12 Thread Harvey Harrison
arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was not declared. Should it be static? Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/kernel/i8253.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/i8253.c

[PATCH] x86: pit_clockevent can be static

2008-02-12 Thread Harvey Harrison
arch/x86/kernel/i8253.c:98:27: warning: symbol 'pit_clockevent' was not declared. Should it be static? Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- arch/x86/kernel/i8253.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/i8253.c