2022-11-08 12:33:29

by Yang Yang

[permalink] [raw]
Subject: [PATCH linux-next] x86/setup: remove duplicate included asm/efi.h

From: Xu Panda <[email protected]>

The asm/efi.h is included more than once.

Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Xu Panda <[email protected]>
Signed-off-by: Yang Yang <[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..c4341208e0ee 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -36,7 +36,6 @@
#include <asm/bios_ebda.h>
#include <asm/bugs.h>
#include <asm/cpu.h>
-#include <asm/efi.h>
#include <asm/gart.h>
#include <asm/hypervisor.h>
#include <asm/io_apic.h>
--
2.15.2