From: Marek Vasut Date: Thu, 4 May 2023 19:52:30 +0000 (+0200) Subject: ARM: stm32: Add missing header for save_boot_params X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=9af2ec18b49de086a8370cdf43236c84ddc8eb7d;p=u-boot.git ARM: stm32: Add missing header for save_boot_params The get_stm32mp_rom_api_table() function is defined in sys_params.h , add the missing header to avoid compiler warning. Fixes: dbeaca79b79 ("ARM: stm32: Factor out save_boot_params") Signed-off-by: Marek Vasut Reviewed-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/arch/arm/mach-stm32mp/ecdsa_romapi.c b/arch/arm/mach-stm32mp/ecdsa_romapi.c index 12b42b9d59..93c561c69b 100644 --- a/arch/arm/mach-stm32mp/ecdsa_romapi.c +++ b/arch/arm/mach-stm32mp/ecdsa_romapi.c @@ -5,6 +5,7 @@ * Implements ECDSA signature verification via the STM32MP ROM. */ #include +#include #include #include #include