From eab064758751a5fd8af240cc5e6591f83e2217ec Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 20 May 2015 13:39:39 +0200 Subject: [PATCH] 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 --- xen/include/asm-arm/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2