This function is ARM specific. It's has been added by mistake in the common code.
Signed-off-by: Julien Grall <julien.gr...@citrix.com> --- xen/include/asm-arm/time.h | 2 ++ xen/include/xen/time.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-arm/time.h b/xen/include/asm-arm/time.h index d544b5b..039039a 100644 --- a/xen/include/asm-arm/time.h +++ b/xen/include/asm-arm/time.h @@ -31,6 +31,8 @@ extern void __cpuinit init_timer_interrupt(void); /* Counter value at boot time */ extern uint64_t boot_count; +void preinit_xen_time(void); + #endif /* __ARM_TIME_H__ */ /* * Local variables: diff --git a/xen/include/xen/time.h b/xen/include/xen/time.h index bb19511..da4e8d7 100644 --- a/xen/include/xen/time.h +++ b/xen/include/xen/time.h @@ -12,7 +12,6 @@ #include <public/xen.h> extern int init_xen_time(void); -void preinit_xen_time(void); extern void cstate_restore_tsc(void); extern unsigned long cpu_khz; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel