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 <public/xen.h> > > 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 _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
