diff options
Diffstat (limited to 'arch/x86/include/asm/trampoline.h')
-rw-r--r-- | arch/x86/include/asm/trampoline.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/trampoline.h b/arch/x86/include/asm/trampoline.h index 0406bbd898a9..fa0d79facdbc 100644 --- a/arch/x86/include/asm/trampoline.h +++ b/arch/x86/include/asm/trampoline.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__TRAMPOLINE_H | 1 | #ifndef _ASM_X86_TRAMPOLINE_H |
2 | #define ASM_X86__TRAMPOLINE_H | 2 | #define _ASM_X86_TRAMPOLINE_H |
3 | 3 | ||
4 | #ifndef __ASSEMBLY__ | 4 | #ifndef __ASSEMBLY__ |
5 | 5 | ||
@@ -18,4 +18,4 @@ extern unsigned long setup_trampoline(void); | |||
18 | 18 | ||
19 | #endif /* __ASSEMBLY__ */ | 19 | #endif /* __ASSEMBLY__ */ |
20 | 20 | ||
21 | #endif /* ASM_X86__TRAMPOLINE_H */ | 21 | #endif /* _ASM_X86_TRAMPOLINE_H */ |