diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2023-08-24 11:03:52 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2023-08-25 03:05:45 +0300 |
commit | 284930a0146ade1ce0250a1d3bae7a675af4bb3b (patch) | |
tree | 6412c0ab040d12442b8b2b0066d75cae699bb10b | |
parent | a67f6b60d6ed953d5b23a22f26fc916aab630aaa (diff) | |
download | linux-284930a0146ade1ce0250a1d3bae7a675af4bb3b.tar.xz |
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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6212
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Link: https://lore.kernel.org/r/20230824080352.98945-1-jiapeng.chong@linux.alibaba.com
-rw-r--r-- | arch/x86/hyperv/ivm.c | 2 |
1 files changed, 0 insertions, 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 <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> |