From: Heinrich Schuchardt Date: Sun, 2 Mar 2025 14:21:18 +0000 (+0100) Subject: arm: include asm-generic/int-ll64.h in setjmp.h X-Git-Tag: v2025.07-rc1~18^2~62^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa1d810e2d346a1874bf3e6ec8d9301fd1778fe;p=pandora-u-boot.git arm: include asm-generic/int-ll64.h in setjmp.h Don't assume that u32 and u64 are already defined. Reviewed-by: Jerome Forissier Signed-off-by: Heinrich Schuchardt --- diff --git a/arch/arm/include/asm/setjmp.h b/arch/arm/include/asm/setjmp.h index 662bec86321..9a7f5af9f8f 100644 --- a/arch/arm/include/asm/setjmp.h +++ b/arch/arm/include/asm/setjmp.h @@ -7,6 +7,8 @@ #ifndef _SETJMP_H_ #define _SETJMP_H_ 1 +#include + /* * This really should be opaque, but the EFI implementation wrongly * assumes that a 'struct jmp_buf_data' is defined.