xen: arm: remove redundant declation of arch_get_xen_caps
authorIan Campbell <ian.campbell@citrix.com>
Wed, 20 May 2015 12:05:28 +0000 (13:05 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 20 May 2015 12:05:28 +0000 (13:05 +0100)
It was recently commented out, but just remove it instead.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/setup.h

index 0dee41be045ce5f7c274c3b5068eb2a583e7aafe..81bb3dad9f9e648e3a7ee0d9198e35ced822d173 100644 (file)
@@ -51,8 +51,6 @@ 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);
-
 int construct_dom0(struct domain *d);
 
 void discard_initial_modules(void);