diff options
Diffstat (limited to 'arch/x86/include/asm/futex.h')
-rw-r--r-- | arch/x86/include/asm/futex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/futex.h b/arch/x86/include/asm/futex.h index 06b924ef6fa5..1f11ce44e956 100644 --- a/arch/x86/include/asm/futex.h +++ b/arch/x86/include/asm/futex.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__FUTEX_H | 1 | #ifndef _ASM_X86_FUTEX_H |
2 | #define ASM_X86__FUTEX_H | 2 | #define _ASM_X86_FUTEX_H |
3 | 3 | ||
4 | #ifdef __KERNEL__ | 4 | #ifdef __KERNEL__ |
5 | 5 | ||
@@ -137,4 +137,4 @@ static inline int futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, | |||
137 | } | 137 | } |
138 | 138 | ||
139 | #endif | 139 | #endif |
140 | #endif /* ASM_X86__FUTEX_H */ | 140 | #endif /* _ASM_X86_FUTEX_H */ |