Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756100Ab2HGSYl (ORCPT ); Tue, 7 Aug 2012 14:24:41 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:21877 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753016Ab2HGSYk (ORCPT ); Tue, 7 Aug 2012 14:24:40 -0400 Date: Tue, 7 Aug 2012 14:14:57 -0400 From: Konrad Rzeszutek Wilk To: Stefano Stabellini Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, tim@xen.org, linux-arm-kernel@lists.infradead.org, linaro-dev@lists.linaro.org, catalin.marinas@arm.com, arnd@arndb.de Subject: Re: [PATCH v2 06/23] xen: missing includes Message-ID: <20120807181457.GJ15053@phenom.dumpdata.com> References: <1344263246-28036-6-git-send-email-stefano.stabellini@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344263246-28036-6-git-send-email-stefano.stabellini@eu.citrix.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3525 Lines: 106 On Mon, Aug 06, 2012 at 03:27:09PM +0100, Stefano Stabellini wrote: > Changes in v2: > - remove pvclock hack; > - remove include linux/types.h from xen/interface/xen.h. I think I can take in my tree now right by itself right? Or do you want to keep this in your patchqueue? If so, Ack from me. > > Signed-off-by: Stefano Stabellini > --- > arch/x86/include/asm/xen/interface.h | 2 ++ > drivers/tty/hvc/hvc_xen.c | 2 ++ > drivers/xen/grant-table.c | 1 + > drivers/xen/xenbus/xenbus_probe_frontend.c | 1 + > include/xen/interface/xen.h | 1 - > include/xen/privcmd.h | 1 + > 6 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/include/asm/xen/interface.h b/arch/x86/include/asm/xen/interface.h > index cbf0c9d..a93db16 100644 > --- a/arch/x86/include/asm/xen/interface.h > +++ b/arch/x86/include/asm/xen/interface.h > @@ -121,6 +121,8 @@ struct arch_shared_info { > #include "interface_64.h" > #endif > > +#include > + > #ifndef __ASSEMBLY__ > /* > * The following is all CPU context. Note that the fpu_ctxt block is filled > diff --git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c > index 944eaeb..dc07f56 100644 > --- a/drivers/tty/hvc/hvc_xen.c > +++ b/drivers/tty/hvc/hvc_xen.c > @@ -21,6 +21,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -35,6 +36,7 @@ > #include > #include > #include > +#include > #include > #include > > diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c > index 0bfc1ef..1d0d95e 100644 > --- a/drivers/xen/grant-table.c > +++ b/drivers/xen/grant-table.c > @@ -47,6 +47,7 @@ > #include > #include > #include > +#include > > #include > #include > diff --git a/drivers/xen/xenbus/xenbus_probe_frontend.c b/drivers/xen/xenbus/xenbus_probe_frontend.c > index a31b54d..3159a37 100644 > --- a/drivers/xen/xenbus/xenbus_probe_frontend.c > +++ b/drivers/xen/xenbus/xenbus_probe_frontend.c > @@ -21,6 +21,7 @@ > #include > #include > #include > +#include > > #include > > diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h > index a890804..3871e47 100644 > --- a/include/xen/interface/xen.h > +++ b/include/xen/interface/xen.h > @@ -10,7 +10,6 @@ > #define __XEN_PUBLIC_XEN_H__ > > #include > -#include > > /* > * XEN "SYSTEM CALLS" (a.k.a. HYPERCALLS). > diff --git a/include/xen/privcmd.h b/include/xen/privcmd.h > index 17857fb..4d58881 100644 > --- a/include/xen/privcmd.h > +++ b/include/xen/privcmd.h > @@ -35,6 +35,7 @@ > > #include > #include > +#include > > typedef unsigned long xen_pfn_t; > > -- > 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/