diff options
-rw-r--r-- | include/asm-x86/hw_irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h index 51c787d17cbc..39c7a4745d25 100644 --- a/include/asm-x86/hw_irq.h +++ b/include/asm-x86/hw_irq.h | |||
@@ -115,7 +115,7 @@ extern asmlinkage void smp_invalidate_interrupt(struct pt_regs *); | |||
115 | #endif | 115 | #endif |
116 | 116 | ||
117 | #ifdef CONFIG_X86_32 | 117 | #ifdef CONFIG_X86_32 |
118 | extern void (*const interrupt[NR_IRQS])(void); | 118 | extern void (*const interrupt[NR_VECTORS])(void); |
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | typedef int vector_irq_t[NR_VECTORS]; | 121 | typedef int vector_irq_t[NR_VECTORS]; |