aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/page.h')
-rw-r--r--arch/x86/include/asm/page.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/page.h b/arch/x86/include/asm/page.h
index d4f1d5791fc..e9873a2e869 100644
--- a/arch/x86/include/asm/page.h
+++ b/arch/x86/include/asm/page.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__PAGE_H 1#ifndef _ASM_X86_PAGE_H
2#define ASM_X86__PAGE_H 2#define _ASM_X86_PAGE_H
3 3
4#include <linux/const.h> 4#include <linux/const.h>
5 5
@@ -206,4 +206,4 @@ extern bool __virt_addr_valid(unsigned long kaddr);
206#define __HAVE_ARCH_GATE_AREA 1 206#define __HAVE_ARCH_GATE_AREA 1
207 207
208#endif /* __KERNEL__ */ 208#endif /* __KERNEL__ */
209#endif /* ASM_X86__PAGE_H */ 209#endif /* _ASM_X86_PAGE_H */