Re: [Xen-devel] [PATCH 1/2] pci: Include asm/numa.h in pci.h

2015-03-24 Thread Ian Campbell
On Mon, 2015-03-23 at 15:54 -0400, Boris Ostrovsky wrote: > 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

[Xen-devel] [PATCH 1/2] pci: Include asm/numa.h in pci.h

2015-03-23 Thread Boris Ostrovsky
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 Reported-by: Julien Grall --- xen/include/xen/