From 0f0d39a8d4f495803e387ca67cddb1b69a4f79e5 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Sun, 11 Oct 2015 15:16:50 +0100 Subject: [PATCH] xen: Drop xen_start_info Not used in the code except for xenpci front. All the other drivers are using HYPERVISOR_start_info --- sys/xen/hypervisor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/xen/hypervisor.h b/sys/xen/hypervisor.h index a52ecb033633..65d5a3eac978 100644 --- a/sys/xen/hypervisor.h +++ b/sys/xen/hypervisor.h @@ -22,8 +22,6 @@ #include #include -extern start_info_t *xen_start_info; - extern uint64_t get_system_time(int ticks); static inline int -- 2.39.5