diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/irq_remapping.h (renamed from arch/x86/include/asm/intr_remapping.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/intr_remapping.h b/arch/x86/include/asm/irq_remapping.h index f9cbbcb2956e..dcb0c7231028 100644 --- a/arch/x86/include/asm/intr_remapping.h +++ b/arch/x86/include/asm/irq_remapping.h | |||
@@ -19,8 +19,8 @@ | |||
19 | * the x86 interrupt management code. | 19 | * the x86 interrupt management code. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef __X86_INTR_REMAPPING_H | 22 | #ifndef __X86_IRQ_REMAPPING_H |
23 | #define __X86_INTR_REMAPPING_H | 23 | #define __X86_IRQ_REMAPPING_H |
24 | 24 | ||
25 | #ifdef CONFIG_IRQ_REMAP | 25 | #ifdef CONFIG_IRQ_REMAP |
26 | 26 | ||
@@ -100,4 +100,4 @@ static inline int setup_hpet_msi_remapped(unsigned int irq, unsigned int id) | |||
100 | } | 100 | } |
101 | #endif /* CONFIG_IRQ_REMAP */ | 101 | #endif /* CONFIG_IRQ_REMAP */ |
102 | 102 | ||
103 | #endif /* __X86_INTR_REMAPPING_H */ | 103 | #endif /* __X86_IRQ_REMAPPING_H */ |