diff options
Diffstat (limited to 'arch/x86/include/asm/sync_bitops.h')
-rw-r--r-- | arch/x86/include/asm/sync_bitops.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sync_bitops.h b/arch/x86/include/asm/sync_bitops.h index b689bee71104..9d09b4073b60 100644 --- a/arch/x86/include/asm/sync_bitops.h +++ b/arch/x86/include/asm/sync_bitops.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__SYNC_BITOPS_H | 1 | #ifndef _ASM_X86_SYNC_BITOPS_H |
2 | #define ASM_X86__SYNC_BITOPS_H | 2 | #define _ASM_X86_SYNC_BITOPS_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Copyright 1992, Linus Torvalds. | 5 | * Copyright 1992, Linus Torvalds. |
@@ -127,4 +127,4 @@ static inline int sync_test_and_change_bit(int nr, volatile unsigned long *addr) | |||
127 | 127 | ||
128 | #undef ADDR | 128 | #undef ADDR |
129 | 129 | ||
130 | #endif /* ASM_X86__SYNC_BITOPS_H */ | 130 | #endif /* _ASM_X86_SYNC_BITOPS_H */ |