]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/asm-x86/traps.h
x86: consolidate header guards
[linux-beck.git] / include / asm-x86 / traps.h
index a4b65a71bd6609e46f3da39969b522fa4958f0da..2a891a704719163a0c08d2d7dd2f07303a54691c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_X86_TRAPS_H
-#define _ASM_X86_TRAPS_H
+#ifndef ASM_X86__TRAPS_H
+#define ASM_X86__TRAPS_H
 
 /* Common in X86_32 and X86_64 */
 asmlinkage void divide_error(void);
@@ -63,4 +63,4 @@ asmlinkage void do_simd_coprocessor_error(struct pt_regs *);
 asmlinkage void do_spurious_interrupt_bug(struct pt_regs *);
 
 #endif /* CONFIG_X86_32 */
-#endif /* _ASM_X86_TRAPS_H */
+#endif /* ASM_X86__TRAPS_H */