diff options
Diffstat (limited to 'arch/x86/include/asm/irq_remapping.h')
-rw-r--r-- | arch/x86/include/asm/irq_remapping.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/include/asm/irq_remapping.h b/arch/x86/include/asm/irq_remapping.h index dcb0c7231028..5fb9bbbd2f14 100644 --- a/arch/x86/include/asm/irq_remapping.h +++ b/arch/x86/include/asm/irq_remapping.h | |||
@@ -22,11 +22,9 @@ | |||
22 | #ifndef __X86_IRQ_REMAPPING_H | 22 | #ifndef __X86_IRQ_REMAPPING_H |
23 | #define __X86_IRQ_REMAPPING_H | 23 | #define __X86_IRQ_REMAPPING_H |
24 | 24 | ||
25 | #ifdef CONFIG_IRQ_REMAP | 25 | #include <asm/io_apic.h> |
26 | 26 | ||
27 | struct IO_APIC_route_entry; | 27 | #ifdef CONFIG_IRQ_REMAP |
28 | struct io_apic_irq_attr; | ||
29 | struct pci_dev; | ||
30 | 28 | ||
31 | extern int irq_remapping_enabled; | 29 | extern int irq_remapping_enabled; |
32 | 30 | ||