diff options
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 67d69b8e2d20..a307b7530e54 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -98,7 +98,6 @@ extern void trace_call_function_single_interrupt(void); | |||
98 | #define IO_APIC_IRQ(x) (((x) >= NR_IRQS_LEGACY) || ((1<<(x)) & io_apic_irqs)) | 98 | #define IO_APIC_IRQ(x) (((x) >= NR_IRQS_LEGACY) || ((1<<(x)) & io_apic_irqs)) |
99 | extern unsigned long io_apic_irqs; | 99 | extern unsigned long io_apic_irqs; |
100 | 100 | ||
101 | extern void init_VISWS_APIC_irqs(void); | ||
102 | extern void setup_IO_APIC(void); | 101 | extern void setup_IO_APIC(void); |
103 | extern void disable_IO_APIC(void); | 102 | extern void disable_IO_APIC(void); |
104 | 103 | ||