From: Peng Fan Date: Mon, 9 Feb 2026 01:30:17 +0000 (+0800) Subject: socfpga: clock_manager_s10: Add missing header files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406982f091c76e6ce0734373426bd756f97d64e9;p=thirdparty%2Fu-boot.git socfpga: clock_manager_s10: Add missing header files struct udevice and u32 are used in this file. Add missing header to avoid building break after asm/global_data.h is removed from this file. Signed-off-by: Peng Fan --- diff --git a/arch/arm/mach-socfpga/clock_manager_s10.c b/arch/arm/mach-socfpga/clock_manager_s10.c index 1e148947a33..d6c64e98010 100644 --- a/arch/arm/mach-socfpga/clock_manager_s10.c +++ b/arch/arm/mach-socfpga/clock_manager_s10.c @@ -4,6 +4,8 @@ * */ +#include +#include #include #include #include