[v2] x86/setup: Remove duplicate header includes
Commit Message
efi.h and spec-ctrl.h are included twice.
Remove the duplicate entries.
Reviewed-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
V2:
Adopt Sohil's suggestion to modify the comments.
V1: https://lore.kernel.org/lkml/202312151755+0800-wangjinchao@xfusion.com/
arch/x86/kernel/setup.c | 1 -
arch/x86/kernel/smpboot.c | 1 -
2 files changed, 2 deletions(-)
@@ -37,7 +37,6 @@
#include <asm/bugs.h>
#include <asm/cacheinfo.h>
#include <asm/cpu.h>
-#include <asm/efi.h>
#include <asm/gart.h>
#include <asm/hypervisor.h>
#include <asm/io_apic.h>
@@ -87,7 +87,6 @@
#include <asm/hw_irq.h>
#include <asm/stackprotector.h>
#include <asm/sev.h>
-#include <asm/spec-ctrl.h>
/* representing HT siblings of each logical CPU */
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);