aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/gart.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/gart.h')
-rw-r--r--arch/x86/include/asm/gart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/gart.h b/arch/x86/include/asm/gart.h
index 605edb39ef9e..74252264433d 100644
--- a/arch/x86/include/asm/gart.h
+++ b/arch/x86/include/asm/gart.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__GART_H 1#ifndef _ASM_X86_GART_H
2#define ASM_X86__GART_H 2#define _ASM_X86_GART_H
3 3
4#include <asm/e820.h> 4#include <asm/e820.h>
5 5
@@ -70,4 +70,4 @@ static inline int aperture_valid(u64 aper_base, u32 aper_size, u32 min_size)
70 return 1; 70 return 1;
71} 71}
72 72
73#endif /* ASM_X86__GART_H */ 73#endif /* _ASM_X86_GART_H */