Commit 4fa6b0bacf9c ("pci: stash device's PXM information in struct
pci_dev") added node field to xen/include/xen/pci.h. Its type,
nodeid_t, is defined in asm/numa.h and we should include this file
explicitly in pci.h

Signed-off-by: Boris Ostrovsky <boris.ostrov...@oracle.com>
Reported-by: Julien Grall <julien.gr...@linaro.org>
---
 xen/include/xen/pci.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h
index b281790..4377f3e 100644
--- a/xen/include/xen/pci.h
+++ b/xen/include/xen/pci.h
@@ -14,6 +14,7 @@
 #include <xen/pci_regs.h>
 #include <xen/pfn.h>
 #include <asm/device.h>
+#include <asm/numa.h>
 #include <asm/pci.h>
 
 /*
-- 
1.7.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to