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

Message ID 202211081956350151944@zte.com.cn
State New
Headers
Series [linux-next] x86/setup: remove duplicate included asm/efi.h |

Commit Message

Yang Yang Nov. 8, 2022, 11:56 a.m. UTC
  From: Xu Panda <xu.panda@zte.com.cn>

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

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Signed-off-by: Yang Yang <yang.yang29@zte.com>
---
 arch/x86/kernel/setup.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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>