summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-05-02 11:33:51 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-07 14:30:26 -0700
commitcd91e9adf307219809355ad19509e0411d6d0a8c (patch)
tree2fbc2e13327cb0c36966bad046c76c2aaa3b9f74
parentebb3e5b75860d94180cdfcdfe34387ca510a2d1f (diff)
downloadlinux-3.10-cd91e9adf307219809355ad19509e0411d6d0a8c.tar.gz
linux-3.10-cd91e9adf307219809355ad19509e0411d6d0a8c.tar.bz2
linux-3.10-cd91e9adf307219809355ad19509e0411d6d0a8c.zip
x86, espfix: Fix broken header guard
commit 20b68535cd27183ebd3651ff313afb2b97dac941 upstream. Header guard is #ifndef, not #ifdef... Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/x86/include/asm/espfix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/espfix.h b/arch/x86/include/asm/espfix.h
index 729051c82b0..99efebb2f69 100644
--- a/arch/x86/include/asm/espfix.h
+++ b/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