diff options
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_traps.h')
| -rw-r--r-- | arch/x86/include/asm/mach-default/mach_traps.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_traps.h b/arch/x86/include/asm/mach-default/mach_traps.h index ff8778f26b8..d4fb0bc3fe1 100644 --- a/arch/x86/include/asm/mach-default/mach_traps.h +++ b/arch/x86/include/asm/mach-default/mach_traps.h @@ -2,8 +2,8 @@   *  Machine specific NMI handling for generic.   *  Split out from traps.c by Osamu Tomita <tomita@cinet.co.jp>   */ -#ifndef ASM_X86__MACH_DEFAULT__MACH_TRAPS_H -#define ASM_X86__MACH_DEFAULT__MACH_TRAPS_H +#ifndef _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H +#define _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H  #include <asm/mc146818rtc.h> @@ -30,4 +30,4 @@ static inline void reassert_nmi(void)  		unlock_cmos();  } -#endif /* ASM_X86__MACH_DEFAULT__MACH_TRAPS_H */ +#endif /* _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H */  |