> Subject: [PATCH] driver: Adjust type of __hyp_stub_vectors declaration
> 
> From: Jan Kiszka <[email protected]>
> 
> Aligns us with an internal declaration in upstream
> linux/arch/arm64/kernel/hibernate.c and with an external one in the
> linux-imx downstream kernel.
> 
> Signed-off-by: Jan Kiszka <[email protected]>

Reviewed-by: Peng Fan <[email protected]>

> ---
>  driver/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/driver/main.c b/driver/main.c index edb1e4d4..78af8e97 100644
> --- a/driver/main.c
> +++ b/driver/main.c
> @@ -86,7 +86,7 @@ MODULE_FIRMWARE(JAILHOUSE_FW_NAME);
>  #endif
>  MODULE_VERSION(JAILHOUSE_VERSION);
> 
> -extern unsigned int __hyp_stub_vectors[];
> +extern char __hyp_stub_vectors[];
> 
>  struct console_state {
>       unsigned int head;
> --
> 2.26.2

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/DB6PR0402MB27600E71C7FDDEF16DC24C9688140%40DB6PR0402MB2760.eurprd04.prod.outlook.com.

Reply via email to