From: Ian Campbell Date: Wed, 20 May 2015 12:05:28 +0000 (+0100) Subject: xen: arm: remove redundant declation of arch_get_xen_caps X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3215 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=28c0ec1d952ec37209e96310a6ea18ffbe218d98;p=xen.git 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 --- 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);