From: Ben Dooks (Codethink) Date: Tue, 22 Oct 2019 12:50:06 +0000 (+0100) Subject: xen: mm: include for missing declarations X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e8d255e4703a820bab46f856460f318a60d42ace;p=openwrt%2Fstaging%2Fblogic.git xen: mm: include for missing declarations Include for xen_{create,destroy}_contigous_region call declarations. Fixes the following sparse warnings: arch/arm/xen/mm.c:119:5: warning: symbol 'xen_create_contiguous_region' was not declared. Should it be static? arch/arm/xen/mm.c:131:6: warning: symbol 'xen_destroy_contiguous_region' was not declared. Should it be static? Signed-off-by: Ben Dooks (Codethink) Reviewed-by: Stefano Stabellini Signed-off-by: Juergen Gross --- diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c index 38fa917c8585..6feb6b78b13c 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include