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]> --- 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/93f4aa0b-d2bf-040d-25c9-d3698975c600%40siemens.com.
