Commit 7d4a9eab authored by H. Peter Anvin's avatar H. Peter Anvin Committed by Ben Hutchings

x86, espfix: Fix broken header guard

commit 20b68535 upstream.

Header guard is #ifndef, not #ifdef...
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 62358ee6
#ifdef _ASM_X86_ESPFIX_H
#ifndef _ASM_X86_ESPFIX_H
#define _ASM_X86_ESPFIX_H
#ifdef CONFIG_X86_64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment