diff options
Diffstat (limited to 'arch/x86/include/asm/asm.h')
-rw-r--r-- | arch/x86/include/asm/asm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/asm.h b/arch/x86/include/asm/asm.h index e1355f44d7c3..56be78f582f0 100644 --- a/arch/x86/include/asm/asm.h +++ b/arch/x86/include/asm/asm.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__ASM_H | 1 | #ifndef _ASM_X86_ASM_H |
2 | #define ASM_X86__ASM_H | 2 | #define _ASM_X86_ASM_H |
3 | 3 | ||
4 | #ifdef __ASSEMBLY__ | 4 | #ifdef __ASSEMBLY__ |
5 | # define __ASM_FORM(x) x | 5 | # define __ASM_FORM(x) x |
@@ -44,4 +44,4 @@ | |||
44 | _ASM_PTR #from "," #to "\n" \ | 44 | _ASM_PTR #from "," #to "\n" \ |
45 | " .previous\n" | 45 | " .previous\n" |
46 | 46 | ||
47 | #endif /* ASM_X86__ASM_H */ | 47 | #endif /* _ASM_X86_ASM_H */ |