Skip to content

Commit

Permalink
x86: make init_ISA_irqs() static
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed May 24, 2008
1 parent 680afbf commit d23b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/i8259_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ DEFINE_PER_CPU(vector_irq_t, vector_irq) = {
[IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1
};

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

Expand Down

0 comments on commit d23b200

Please sign in to comment.