From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4] xen/arm: split the init_xen_time() in 2 parts Date: Thu, 29 Jan 2015 13:39:56 +0000 Message-ID: <1422538796.5198.3.camel@citrix.com> References: <1422442481-29619-1-git-send-email-oleksandr.tyshchenko@globallogic.com> <54CA3336.6060607@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54CA3336.6060607@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: Oleksandr Tyshchenko , stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-29 at 13:18 +0000, Julien Grall wrote: > Hi Oleksandr, > > On 28/01/15 10:54, Oleksandr Tyshchenko wrote: > > diff --git a/xen/include/xen/time.h b/xen/include/xen/time.h > > index 709501f..bb6259d 100644 > > --- a/xen/include/xen/time.h > > +++ b/xen/include/xen/time.h > > @@ -12,6 +12,7 @@ > > #include > > > > extern int init_xen_time(void); > > +void preinit_xen_time(void); > > This declaration should not be in xen/time.h but asm-arm/time.h. > > I spotted a bit too late, sorry. Indeed, me too. > I will send a patch for fixing it. Thanks. Ian.