Skip to content

Commit

Permalink
x86, espfix: Fix broken header guard
Browse files Browse the repository at this point in the history
Header guard is #ifndef, not #ifdef...

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
H. Peter Anvin committed May 2, 2014
1 parent e1fe9ed commit 20b6853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/espfix.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef _ASM_X86_ESPFIX_H
#ifndef _ASM_X86_ESPFIX_H
#define _ASM_X86_ESPFIX_H

#ifdef CONFIG_X86_64
Expand Down

0 comments on commit 20b6853

Please sign in to comment.