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
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
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
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