diff options
Diffstat (limited to 'include')
-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 1428b41dcbb9..18f067c310f7 100644 --- a/include/asm-x86/hw_irq.h +++ b/include/asm-x86/hw_irq.h | |||
@@ -97,9 +97,9 @@ extern void (*const interrupt[NR_IRQS])(void); | |||
97 | #else | 97 | #else |
98 | typedef int vector_irq_t[NR_VECTORS]; | 98 | typedef int vector_irq_t[NR_VECTORS]; |
99 | DECLARE_PER_CPU(vector_irq_t, vector_irq); | 99 | DECLARE_PER_CPU(vector_irq_t, vector_irq); |
100 | extern void __setup_vector_irq(int cpu); | ||
101 | extern spinlock_t vector_lock; | 100 | extern spinlock_t vector_lock; |
102 | #endif | 101 | #endif |
102 | extern void setup_vector_irq(int cpu); | ||
103 | 103 | ||
104 | #endif /* !ASSEMBLY_ */ | 104 | #endif /* !ASSEMBLY_ */ |
105 | 105 | ||