2022-10-19 02:31:36

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] x86/setup: Remove duplicate include

./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 <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
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