diff options
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 1b82781b898d..370e1c83bb49 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -65,9 +65,7 @@ extern void disable_IO_APIC(void); | |||
65 | extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn); | 65 | extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn); |
66 | extern void setup_ioapic_dest(void); | 66 | extern void setup_ioapic_dest(void); |
67 | 67 | ||
68 | #ifdef CONFIG_X86_64 | ||
69 | extern void enable_IO_APIC(void); | 68 | extern void enable_IO_APIC(void); |
70 | #endif | ||
71 | 69 | ||
72 | /* Statistics */ | 70 | /* Statistics */ |
73 | extern atomic_t irq_err_count; | 71 | extern atomic_t irq_err_count; |