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

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > Remove includes of linux/hyperv.h, mshyperv.h, and hyperv-tlfs.h where > they are not used. > > Acked-by: Wei Liu > Signed-off-by: Nuno Das Neves > --- > arch/arm64/hyperv/hv_core.c | 1 - > arch/x86/hyperv/hv_apic.c

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

2024-11-07 Thread Easwar Hariharan
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 > Signed-off-by: Nuno Das Neves > --- > arch/arm64/hyperv/hv_core.c | 1 - > arch/x86/hyperv/hv_apic.c | 1 - > arch/x86/hype