]> Git Repo - J-linux.git/commitdiff
x86/hyperv: Remove duplicate include
authorJiapeng Chong <[email protected]>
Thu, 24 Aug 2023 08:03:52 +0000 (16:03 +0800)
committerWei Liu <[email protected]>
Fri, 25 Aug 2023 00:05:45 +0000 (00:05 +0000)
./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 <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6212
Signed-off-by: Jiapeng Chong <[email protected]>
Reviewed-by: Dexuan Cui <[email protected]>
Signed-off-by: Wei Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/hyperv/ivm.c

index 8fb3b28670e963024d3e276ca6574e515635725c..b9e12d7a83dc28c405a546633bca848a08201b55 100644 (file)
@@ -18,9 +18,7 @@
 #include <asm/mshyperv.h>
 #include <asm/hypervisor.h>
 #include <asm/mtrr.h>
-#include <asm/coco.h>
 #include <asm/io_apic.h>
-#include <asm/sev.h>
 #include <asm/realmode.h>
 #include <asm/e820/api.h>
 #include <asm/desc.h>
This page took 0.051695 seconds and 4 git commands to generate.