From 284930a0146ade1ce0250a1d3bae7a675af4bb3b Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Thu, 24 Aug 2023 16:03:52 +0800 Subject: [PATCH] x86/hyperv: Remove duplicate include ./arch/x86/hyperv/ivm.c: asm/sev.h is included more than once. ./arch/x86/hyperv/ivm.c: asm/coco.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6212 Signed-off-by: Jiapeng Chong Reviewed-by: Dexuan Cui Signed-off-by: Wei Liu Link: https://lore.kernel.org/r/20230824080352.98945-1-jiapeng.chong@linux.alibaba.com --- arch/x86/hyperv/ivm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c index 8fb3b28670e9..b9e12d7a83dc 100644 --- a/arch/x86/hyperv/ivm.c +++ b/arch/x86/hyperv/ivm.c @@ -18,9 +18,7 @@ #include #include #include -#include #include -#include #include #include #include -- 2.50.1