[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
  • Date: Tue, 22 Jul 2025 13:59:41 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=HVnpg9+LEl8N+08r7xK/Ve2NQdYTLIPaAdbOLPN5xB8=; b=DlK/EEjw2ILaag96o9ZrXdDchB+KvRNCImTo5lCOARC3Jcd2O6I74EpOyASsrhZgrqAPAZzVsafKqhrn6346SEETR34FLlr9Fg1SFD8D6WeiwZnuFIk5Qab7O4VoXbkG9plLiHKXkvHPBQ/X67EIJZavX0pES3yd6MOdzK1JIkPNXaCPVsLvwCg7U6sZw4UnPclHPhH3UlHQnr5HOmb76gqVr0QvZtAm1d0yMzgHMiSYUdFglZOgk0OcD3dGQr6lc6paJA1YyRKjWPBeG9qtctJ5n092HYS609+7c9u+WcqCRIbsHckI7Fq9n/CKSYw25mWWaurwE59XQUiffMubpQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=WlVaa6sVrefQWY3sLqJXPoJu4DMq3HxR8+5KA5txhJ8JPaA7F3oGMKBjUQxl1LG/+gl0EQ83Ms7FFkwDjvpDwReuZPLhpyeSDGr0q8CyeJ6ofGmupWZwPXUXUepD6ZSRbt1qXQsVKahLssn1pKB4Hja27UysF6xnvNG3MLJMtyvmlmjcmry7/K80vubVIwRoZAzx17piCOErkKedE5hNAZhwlYFRGU9Qz25uoAiv2y4dtTlZ2boGxiVn8ilZOJkI13SOqvl7A+ASaIvE89fIMAvimED72uDsPazjQLaaSo4vv0oPl6tljuYiyt7hB4381KGgRALAOvo45nUioM9rsg==
  • Cc: Alejandro Vallejo <agarciav@xxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>, Jason Andryuk <jason.andryuk@xxxxxxx>
  • Delivery-date: Tue, 22 Jul 2025 12:00:27 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

From: Alejandro Vallejo <agarciav@xxxxxxx>

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.garciavallejo@xxxxxxx>
Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
---
 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




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.