From: Alejandro Vallejo <agarc...@amd.com> 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 Vallejo <alejandro.garciavall...@amd.com> Acked-by: Stefano Stabellini <stefano.stabell...@amd.com> Reviewed-by: Jason Andryuk <jason.andr...@amd.com> --- xen/common/device-tree/static-evtchn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/device-tree/static-evtchn.c b/xen/common/device-tree/static-evtchn.c index 88342b44a1..45cdd664e4 100644 --- a/xen/common/device-tree/static-evtchn.c +++ b/xen/common/device-tree/static-evtchn.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <xen/bootfdt.h> +#include <xen/device_tree.h> #include <xen/event.h> #include <xen/static-evtchn.h> -- 2.43.0