diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-21 11:10:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:09 -0400 |
commit | f0a7a5c93dfd1c0348dbbdb6f22cb82d99079c93 (patch) | |
tree | f6c265635c6a6185bbfce1167580bae99072b2ad /arch/i386/kernel/io_apic.c | |
parent | 3f9c8d19d26e016de31d1e59a573913edc64ce5c (diff) |
i386: timer_irq_works() static again
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>
Diffstat (limited to 'arch/i386/kernel/io_apic.c')
-rw-r--r-- | arch/i386/kernel/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
1902 | * - if this function detects that timer IRQs are defunct, then we fall | 1902 | * - if this function detects that timer IRQs are defunct, then we fall |
1903 | * back to ISA timer IRQs | 1903 | * back to ISA timer IRQs |
1904 | */ | 1904 | */ |
1905 | int __init timer_irq_works(void) | 1905 | static int __init timer_irq_works(void) |
1906 | { | 1906 | { |
1907 | unsigned long t1 = jiffies; | 1907 | unsigned long t1 = jiffies; |
1908 | 1908 | ||