From: Jiapeng Chong Date: Thu, 24 Aug 2023 08:03:52 +0000 (+0800) Subject: x86/hyperv: Remove duplicate include X-Git-Tag: v6.6-rc1~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=284930a0146ade1ce0250a1d3bae7a675af4bb3b;p=thirdparty%2Flinux.git 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 --- diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c index 8fb3b28670e96..b9e12d7a83dc2 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