From: Xenia Ragiadakou Date: Tue, 21 Jun 2022 15:44:01 +0000 (+0300) Subject: xen/arm: vtimer: Fix MISRA C 2012 Rule 8.4 violation X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~514 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b2372e2969fed0e265cbdbc13b08de2634ea210;p=xen.git xen/arm: vtimer: Fix MISRA C 2012 Rule 8.4 violation Include vtimer.h so that the declarations of vtimer functions with external linkage are visible before the function definitions. Signed-off-by: Xenia Ragiadakou Reviewed-by: Stefano Stabellini --- diff --git a/xen/arch/arm/vtimer.c b/xen/arch/arm/vtimer.c index 5bb5970f58..5f26463354 100644 --- a/xen/arch/arm/vtimer.c +++ b/xen/arch/arm/vtimer.c @@ -29,6 +29,7 @@ #include #include #include +#include #include /*