diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-12 09:43:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-24 10:45:36 -0400 |
commit | d23b200a75f78e62744c3c25d078855eec8a689b (patch) | |
tree | ee8d0dd5d5a2feb1a59b664bafa9e75a7e8cf55a /arch/x86 | |
parent | 680afbf989d697b9ba1382017a73c8cfa53b3f89 (diff) |
x86: make init_ISA_irqs() static
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/i8259_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/i8259_64.c b/arch/x86/kernel/i8259_64.c index b44095efcf83..31f49e8f46a7 100644 --- a/arch/x86/kernel/i8259_64.c +++ b/arch/x86/kernel/i8259_64.c | |||
@@ -134,7 +134,7 @@ DEFINE_PER_CPU(vector_irq_t, vector_irq) = { | |||
134 | [IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1 | 134 | [IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1 |
135 | }; | 135 | }; |
136 | 136 | ||
137 | void __init init_ISA_irqs (void) | 137 | static void __init init_ISA_irqs (void) |
138 | { | 138 | { |
139 | int i; | 139 | int i; |
140 | 140 | ||