From: Tom Rini Date: Thu, 2 May 2024 01:30:22 +0000 (-0600) Subject: arm: socfpga: Add missing X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=efaa699446c37c2364a78051aac44d58f2fd0b2b;p=u-boot.git arm: socfpga: Add missing This file has many "Linux" style types in it, add Signed-off-by: Tom Rini --- diff --git a/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h b/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h index d5a11122c7..01335dc931 100644 --- a/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h +++ b/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h @@ -7,6 +7,8 @@ #ifndef _SECURE_REG_HELPER_H_ #define _SECURE_REG_HELPER_H_ +#include + #define SOCFPGA_SECURE_REG_SYSMGR_SOC64_SDMMC 1 #define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC0 2 #define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC1 3