From: Jan Beulich Date: Wed, 20 May 2015 11:39:39 +0000 (+0200) Subject: arm: drop redundant declaration of arch_get_xen_caps() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3216 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eab064758751a5fd8af240cc5e6591f83e2217ec;p=xen.git arm: drop redundant declaration of arch_get_xen_caps() It's being declared in xen/hypercall.h, and the duplication causes a build failure with commit 8ddb99287c. Signed-off-by: Jan Beulich --- diff --git a/xen/include/asm-arm/setup.h b/xen/include/asm-arm/setup.h index ba5a67d4df..0dee41be04 100644 --- a/xen/include/asm-arm/setup.h +++ b/xen/include/asm-arm/setup.h @@ -51,7 +51,7 @@ void arch_init_memory(void); void copy_from_paddr(void *dst, paddr_t paddr, unsigned long len); -void arch_get_xen_caps(xen_capabilities_info_t *info); +//void arch_get_xen_caps(xen_capabilities_info_t *info); int construct_dom0(struct domain *d);