aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-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 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
137void __init init_ISA_irqs (void) 137static void __init init_ISA_irqs (void)
138{ 138{
139 int i; 139 int i;
140 140