[PATCH] x86/setup: Remove duplicate include

From: Jiapeng Chong
Date: Tue Oct 18 2022 - 22:28:37 EST


./arch/x86/kernel/setup.c: asm/efi.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2438
Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
arch/x86/kernel/setup.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 41ec3a69f3c7..216fee7144ee 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -31,7 +31,6 @@
#include <xen/xen.h>

#include <asm/apic.h>
-#include <asm/efi.h>
#include <asm/numa.h>
#include <asm/bios_ebda.h>
#include <asm/bugs.h>
--
2.20.1.7.g153144c