x86: Fix ASM_X86__ header guards
[deliverable/linux.git] / arch / x86 / include / asm / bitops.h
index 451a74762bd4e95aa3fd1ba20c2c6230ced14c84..360010322711037f80040829acceed8de6a15f42 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ASM_X86__BITOPS_H
-#define ASM_X86__BITOPS_H
+#ifndef _ASM_X86_BITOPS_H
+#define _ASM_X86_BITOPS_H
 
 /*
  * Copyright 1992, Linus Torvalds.
@@ -448,4 +448,4 @@ static inline int fls(int x)
 #include <asm-generic/bitops/minix.h>
 
 #endif /* __KERNEL__ */
-#endif /* ASM_X86__BITOPS_H */
+#endif /* _ASM_X86_BITOPS_H */
This page took 0.024757 seconds and 5 git commands to generate.