Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 284930a

Browse files
Jiapeng Chongliuw
authored andcommitted
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 <[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]
1 parent a67f6b6 commit 284930a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/hyperv/ivm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
#include <asm/mshyperv.h>
1919
#include <asm/hypervisor.h>
2020
#include <asm/mtrr.h>
21-
#include <asm/coco.h>
2221
#include <asm/io_apic.h>
23-
#include <asm/sev.h>
2422
#include <asm/realmode.h>
2523
#include <asm/e820/api.h>
2624
#include <asm/desc.h>

0 commit comments

Comments
 (0)