aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/i386/kernel/io_apic.c2
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 */
1905int __init timer_irq_works(void) 1905static int __init timer_irq_works(void)
1906{ 1906{
1907 unsigned long t1 = jiffies; 1907 unsigned long t1 = jiffies;
1908 1908