x86: irqinit_64.c init_ISA_irqs should be static

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Jaswinder Singh Rajput and committed by
Ingo Molnar
dd399dcb 2f6de3a1

+1 -1
+1 -1
arch/x86/kernel/irqinit_64.c
··· 81 81 return 0; 82 82 } 83 83 84 - void __init init_ISA_irqs(void) 84 + static void __init init_ISA_irqs(void) 85 85 { 86 86 int i; 87 87