From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/2] pci: Include asm/numa.h in pci.h Date: Tue, 24 Mar 2015 10:07:34 +0000 Message-ID: <1427191654.21742.323.camel@citrix.com> References: <1427140475-32133-1-git-send-email-boris.ostrovsky@oracle.com> <1427140475-32133-2-git-send-email-boris.ostrovsky@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1427140475-32133-2-git-send-email-boris.ostrovsky@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Boris Ostrovsky Cc: keir@xen.org, george.dunlap@eu.citrix.com, andrew.cooper3@citrix.com, julien.grall@linaro.org, ian.jackson@eu.citrix.com, tim@xen.org, jbeulich@suse.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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-by: Boris Ostrovsky > Reported-by: Julien Grall Acked-by: Ian Campbell > --- > 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 > #include > #include > +#include > #include > > /*