commit | d23b200a75f78e62744c3c25d078855eec8a689b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon May 12 15:43:36 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 24 16:45:36 2008 +0200 |
tree | ee8d0dd5d5a2feb1a59b664bafa9e75a7e8cf55a | |
parent | 680afbf989d697b9ba1382017a73c8cfa53b3f89 [diff] [blame] |
x86: make init_ISA_irqs() static Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/i8259_64.c b/arch/x86/kernel/i8259_64.c index b44095e..31f49e8 100644 --- a/arch/x86/kernel/i8259_64.c +++ b/arch/x86/kernel/i8259_64.c
@@ -134,7 +134,7 @@ [IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1 }; -void __init init_ISA_irqs (void) +static void __init init_ISA_irqs (void) { int i;