aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i8259_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-05-12 09:43:36 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-24 10:45:36 -0400
commitd23b200a75f78e62744c3c25d078855eec8a689b (patch)
treeee8d0dd5d5a2feb1a59b664bafa9e75a7e8cf55a /arch/x86/kernel/i8259_64.c
parent680afbf989d697b9ba1382017a73c8cfa53b3f89 (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/kernel/i8259_64.c')
-rw-r--r--arch/x86/kernel/i8259_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/i8259_64.c b/arch/x86/kernel/i8259_64.c
index b44095efcf8..31f49e8f46a 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
137void __init init_ISA_irqs (void) 137static void __init init_ISA_irqs (void)
138{ 138{
139 int i; 139 int i;
140 140