> From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> > Sent: Thursday, August 24, 2023 1:04 AM > [...] > diff --git 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> I wish the header files were alphabetically ordered so that we would have avoided the issue... Reviewed-by: Dexuan Cui <decui@xxxxxxxxxxxxx>