From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4] xen/arm: split the init_xen_time() in 2 parts Date: Thu, 29 Jan 2015 13:18:46 +0000 Message-ID: <54CA3336.6060607@linaro.org> References: <1422442481-29619-1-git-send-email-oleksandr.tyshchenko@globallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422442481-29619-1-git-send-email-oleksandr.tyshchenko@globallogic.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: Oleksandr Tyshchenko , xen-devel@lists.xen.org Cc: tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org 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. I will send a patch for fixing it. Regards, -- Julien Grall