diff options
Diffstat (limited to 'arch/x86/kernel/apic/vector.c')
-rw-r--r-- | arch/x86/kernel/apic/vector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c index 6a823a25eaff..750449152b04 100644 --- a/arch/x86/kernel/apic/vector.c +++ b/arch/x86/kernel/apic/vector.c | |||
@@ -542,8 +542,8 @@ error: | |||
542 | } | 542 | } |
543 | 543 | ||
544 | #ifdef CONFIG_GENERIC_IRQ_DEBUGFS | 544 | #ifdef CONFIG_GENERIC_IRQ_DEBUGFS |
545 | void x86_vector_debug_show(struct seq_file *m, struct irq_domain *d, | 545 | static void x86_vector_debug_show(struct seq_file *m, struct irq_domain *d, |
546 | struct irq_data *irqd, int ind) | 546 | struct irq_data *irqd, int ind) |
547 | { | 547 | { |
548 | unsigned int cpu, vector, prev_cpu, prev_vector; | 548 | unsigned int cpu, vector, prev_cpu, prev_vector; |
549 | struct apic_chip_data *apicd; | 549 | struct apic_chip_data *apicd; |