Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780209af authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: make init_ISA_irqs nonstatic



Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2f97435e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ DEFINE_PER_CPU(vector_irq_t, vector_irq) = {
	[IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1
};

static void __init init_ISA_irqs (void)
void __init init_ISA_irqs(void)
{
	int i;