Re: [PATCH v2 2/4] hyperv: Clean up unnecessary #includes

From: Easwar Hariharan
Date: Thu Nov 07 2024 - 23:25:05 EST


On 11/7/2024 2:32 PM, Nuno Das Neves wrote:
> Remove includes of linux/hyperv.h, mshyperv.h, and hyperv-tlfs.h where
> they are not used.
>
> Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>
> Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
> ---
> arch/arm64/hyperv/hv_core.c | 1 -
> arch/x86/hyperv/hv_apic.c | 1 -
> arch/x86/hyperv/hv_init.c | 1 -
> arch/x86/hyperv/hv_proc.c | 1 -
> arch/x86/hyperv/ivm.c | 1 -
> arch/x86/hyperv/mmu.c | 1 -
> arch/x86/include/asm/kvm_host.h | 1 -
> arch/x86/include/asm/mshyperv.h | 1 -
> arch/x86/mm/pat/set_memory.c | 2 --
> 9 files changed, 10 deletions(-)
>

Reviewed-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>