[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: shutdown: Fix MISRA C 2012 Rule 8.4 violation
commit f8af00d1a6abe46dca31c197d30cb5118d54cd54 Author: Xenia Ragiadakou <burzalodowa@xxxxxxxxx> AuthorDate: Wed Jun 22 18:15:12 2022 +0300 Commit: Julien Grall <jgrall@xxxxxxxxxx> CommitDate: Thu Jun 23 19:46:26 2022 +0100 xen/arm: shutdown: Fix MISRA C 2012 Rule 8.4 violation Include header <xen/shutdown.h> so that the declarations of the functions machine_halt() and machine_restart(), which have external linkage, are visible before the function definitions. Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx> --- xen/arch/arm/shutdown.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/shutdown.c b/xen/arch/arm/shutdown.c index 3dc6819d56..5550f50f61 100644 --- a/xen/arch/arm/shutdown.c +++ b/xen/arch/arm/shutdown.c @@ -2,6 +2,7 @@ #include <xen/cpu.h> #include <xen/delay.h> #include <xen/lib.h> +#include <xen/shutdown.h> #include <xen/smp.h> #include <asm/platform.h> #include <asm/psci.h> -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |