]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
i386: timer_irq_works() static again
authorAdrian Bunk <bunk@stusta.de>
Sat, 21 Jul 2007 15:10:29 +0000 (17:10 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:09 +0000 (18:37 -0700)
timer_irq_works() needlessly became global.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/io_apic.c

index 21db8f56c9a149df9a4d0954df3f28aa64900827..1bc4f7e4ed21eb54462c306bf57cd265b499f50b 100644 (file)
@@ -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;