aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/user_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/user_64.h')
-rw-r--r--arch/x86/include/asm/user_64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/user_64.h b/arch/x86/include/asm/user_64.h
index 38b5799863b4..faf2cd3e0d76 100644
--- a/arch/x86/include/asm/user_64.h
+++ b/arch/x86/include/asm/user_64.h
@@ -1,5 +1,5 @@
-#ifndef ASM_X86__USER_64_H
-#define ASM_X86__USER_64_H
+#ifndef _ASM_X86_USER_64_H
+#define _ASM_X86_USER_64_H
#include <asm/types.h>
#include <asm/page.h>
@@ -134,4 +134,4 @@ struct user {
#define HOST_TEXT_START_ADDR (u.start_code)
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
-#endif /* ASM_X86__USER_64_H */
+#endif /* _ASM_X86_USER_64_H */