Re: [PATCH 01/10] static-evtchn: Add missing include

2025-07-22 Thread Stefano Stabellini
On Tue, 22 Jul 2025, Alejandro Vallejo wrote: > On Tue Jul 22, 2025 at 2:10 PM CEST, Jan Beulich wrote: > > On 22.07.2025 13:59, Alejandro Vallejo wrote: > >> From: Alejandro Vallejo > >> > >> When later on x86 starts using this file in later patches it won't find > >> device_tree.h because it's

Re: [PATCH 01/10] static-evtchn: Add missing include

2025-07-22 Thread Alejandro Vallejo
On Tue Jul 22, 2025 at 2:10 PM CEST, Jan Beulich wrote: > On 22.07.2025 13:59, Alejandro Vallejo wrote: >> From: Alejandro Vallejo >> >> When later on x86 starts using this file in later patches it won't find >> device_tree.h because it's only transitively included by arm. >> >> Make it explicit

Re: [PATCH 01/10] static-evtchn: Add missing include

2025-07-22 Thread Jan Beulich
On 22.07.2025 13:59, Alejandro Vallejo wrote: > From: Alejandro Vallejo > > When later on x86 starts using this file in later patches it won't find > device_tree.h because it's only transitively included by arm. > > Make it explicit. > > Not a functional change. > > Signed-off-by: Alejandro Va