From: Adrian Bunk Date: Sat, 21 Jul 2007 15:10:29 +0000 (+0200) Subject: i386: timer_irq_works() static again X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0a7a5c93dfd1c0348dbbdb6f22cb82d99079c93;p=linux-beck.git i386: timer_irq_works() static again timer_irq_works() needlessly became global. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 21db8f56c9a1..1bc4f7e4ed21 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -1902,7 +1902,7 @@ __setup("no_timer_check", notimercheck); * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -int __init timer_irq_works(void) +static int __init timer_irq_works(void) { unsigned long t1 = jiffies;