Re: [PATCH 2/5] hyperv: Remove unnecessary #includes

2024-10-31 Thread Nuno Das Neves
On 10/10/2024 11:21 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, > October 3, 2024 12:51 PM >> >> asm/hyperv-tlfs.h is already included implicitly wherever mshyperv.h >> or linux/hyperv.h is included. Remove those redundancies. > > I've been under the impression that it is pr

RE: [PATCH 2/5] hyperv: Remove unnecessary #includes

2024-10-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, October 3, 2024 12:51 PM > > asm/hyperv-tlfs.h is already included implicitly wherever mshyperv.h > or linux/hyperv.h is included. Remove those redundancies. I've been under the impression that it is preferable to directly include .h files for all definition

Re: [PATCH 2/5] hyperv: Remove unnecessary #includes

2024-10-07 Thread Wei Liu
On Thu, Oct 03, 2024 at 12:51:01PM -0700, Nuno Das Neves wrote: > asm/hyperv-tlfs.h is already included implicitly wherever mshyperv.h > or linux/hyperv.h is included. Remove those redundancies. > > Remove includes of linux/hyperv.h and mshyperv.h where they are not > needed. > > Signed-off-by: N

[PATCH 2/5] hyperv: Remove unnecessary #includes

2024-10-03 Thread Nuno Das Neves
asm/hyperv-tlfs.h is already included implicitly wherever mshyperv.h or linux/hyperv.h is included. Remove those redundancies. Remove includes of linux/hyperv.h and mshyperv.h where they are not needed. Signed-off-by: Nuno Das Neves --- arch/arm64/hyperv/hv_core.c| 2 -- arch/x86/hyperv