x86: Fix ASM_X86__ header guards
[deliverable/linux.git] / arch / x86 / include / asm / uaccess_64.h
index c96c1f5d07a2c88e4f5ca547ea0f7154ac68583c..664f15280f14354dc057e1d97954db6baab4b959 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ASM_X86__UACCESS_64_H
-#define ASM_X86__UACCESS_64_H
+#ifndef _ASM_X86_UACCESS_64_H
+#define _ASM_X86_UACCESS_64_H
 
 /*
  * User space memory access functions
@@ -199,4 +199,4 @@ static inline int __copy_from_user_inatomic_nocache(void *dst,
 unsigned long
 copy_user_handle_tail(char *to, char *from, unsigned len, unsigned zerorest);
 
-#endif /* ASM_X86__UACCESS_64_H */
+#endif /* _ASM_X86_UACCESS_64_H */
This page took 0.025156 seconds and 5 git commands to generate.