diff options
Diffstat (limited to 'include/asm-x86/amd_iommu.h')
-rw-r--r-- | include/asm-x86/amd_iommu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/amd_iommu.h b/include/asm-x86/amd_iommu.h index 2fd97cb250c7..041d0db7da27 100644 --- a/include/asm-x86/amd_iommu.h +++ b/include/asm-x86/amd_iommu.h | |||
@@ -17,8 +17,8 @@ | |||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #ifndef _ASM_X86_AMD_IOMMU_H | 20 | #ifndef ASM_X86__AMD_IOMMU_H |
21 | #define _ASM_X86_AMD_IOMMU_H | 21 | #define ASM_X86__AMD_IOMMU_H |
22 | 22 | ||
23 | #include <linux/irqreturn.h> | 23 | #include <linux/irqreturn.h> |
24 | 24 | ||
@@ -32,4 +32,4 @@ static inline int amd_iommu_init(void) { return -ENODEV; } | |||
32 | static inline void amd_iommu_detect(void) { } | 32 | static inline void amd_iommu_detect(void) { } |
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | #endif | 35 | #endif /* ASM_X86__AMD_IOMMU_H */ |