From 28c0ec1d952ec37209e96310a6ea18ffbe218d98 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 20 May 2015 13:05:28 +0100 Subject: [PATCH] xen: arm: remove redundant declation of arch_get_xen_caps It was recently commented out, but just remove it instead. Signed-off-by: Ian Campbell --- xen/include/asm-arm/setup.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/asm-arm/setup.h b/xen/include/asm-arm/setup.h index 0dee41be04..81bb3dad9f 100644 --- a/xen/include/asm-arm/setup.h +++ b/xen/include/asm-arm/setup.h @@ -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); -- 2.30.2