From: Juergen Gross Date: Tue, 4 Dec 2018 13:04:20 +0000 (+0100) Subject: vmx: remove stale prototypes X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2803 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e59441b09790801eeaf215e1d98f47b7e9daca12;p=xen.git vmx: remove stale prototypes Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related implementation. Remove them. Signed-off-by: Juergen Gross Reviewed-by: Roger Pau Monné Acked-by: Andrew Cooper Acked-by: Kevin Tian --- diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h index b110e168c9..ebaa74449b 100644 --- a/xen/include/asm-x86/hvm/vmx/vmx.h +++ b/xen/include/asm-x86/hvm/vmx/vmx.h @@ -604,10 +604,6 @@ unsigned int p2m_find_altp2m_by_eptp(struct domain *d, uint64_t eptp); void update_guest_eip(void); -int alloc_p2m_hap_data(struct p2m_domain *p2m); -void free_p2m_hap_data(struct p2m_domain *p2m); -void p2m_init_hap_data(struct p2m_domain *p2m); - void vmx_pi_per_cpu_init(unsigned int cpu); void vmx_pi_desc_fixup(unsigned int cpu);