Browse Source

x86, espfix: Fix broken header guard

Header guard is #ifndef, not #ifdef...

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
H. Peter Anvin 11 years ago
parent
commit
20b68535cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/include/asm/espfix.h

+ 1 - 1
arch/x86/include/asm/espfix.h

@@ -1,4 +1,4 @@
-#ifdef _ASM_X86_ESPFIX_H
+#ifndef _ASM_X86_ESPFIX_H
 #define _ASM_X86_ESPFIX_H
 
 #ifdef CONFIG_X86_64