[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202211081956350151944@zte.com.cn>
Date: Tue, 8 Nov 2022 19:56:35 +0800 (CST)
From: <yang.yang29@....com.cn>
To: <tglx@...utronix.de>
Cc: <mingo@...hat.com>, <bp@...en8.de>, <linux-kernel@...r.kernel.org>,
<xu.panda668@...il.com>
Subject: [PATCH linux-next] x86/setup: remove duplicate included asm/efi.h
From: Xu Panda <xu.panda@....com.cn>
The asm/efi.h is included more than once.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Xu Panda <xu.panda@....com.cn>
Signed-off-by: Yang Yang <yang.yang29@....com>
---
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
Powered by blists - more mailing lists