[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: ioreq: add header for 'handle_ioserv' and 'try_fwd_ioserv'
commit cba6d44a13d5e25334d164e27cb1b1d7674aa05e Author: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> AuthorDate: Mon Sep 4 17:36:06 2023 +0200 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Thu Sep 7 17:58:12 2023 -0700 xen/arm: ioreq: add header for 'handle_ioserv' and 'try_fwd_ioserv' The functions referenced by this patch should have had a compatible declaration visible prior to their definition. This is achieved by including the arch-specific header in 'xen/arch/arm/ioreq.c' Fixes: cb9953d2f2bc ("arm/ioreq: Introduce arch specific bits for IOREQ/DM features") Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- xen/arch/arm/ioreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/ioreq.c b/xen/arch/arm/ioreq.c index 5585457189..3bed0a14c0 100644 --- a/xen/arch/arm/ioreq.c +++ b/xen/arch/arm/ioreq.c @@ -9,6 +9,7 @@ #include <xen/ioreq.h> #include <asm/traps.h> +#include <asm/ioreq.h> #include <public/hvm/ioreq.h> -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |