Commit dd399dcb authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Ingo Molnar

x86: irqinit_64.c init_ISA_irqs should be static

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2f6de3a1
...@@ -81,7 +81,7 @@ int vector_used_by_percpu_irq(unsigned int vector) ...@@ -81,7 +81,7 @@ int vector_used_by_percpu_irq(unsigned int vector)
return 0; return 0;
} }
void __init init_ISA_irqs(void) static void __init init_ISA_irqs(void)
{ {
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment