arm: drop redundant declaration of arch_get_xen_caps()
authorJan Beulich <jbeulich@suse.com>
Wed, 20 May 2015 11:39:39 +0000 (13:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 20 May 2015 11:39:39 +0000 (13:39 +0200)
It's being declared in xen/hypercall.h, and the duplication causes a
build failure with commit 8ddb99287c.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-arm/setup.h

index ba5a67d4df2e2d5bcff2caf704e8533b89b0c257..0dee41be045ce5f7c274c3b5068eb2a583e7aafe 100644 (file)
@@ -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);