[PATCH 1/6] arm: socfpga: agilex5: add missing include soc64-regs.h
Michael Tretter
m.tretter at pengutronix.de
Wed May 6 02:06:07 PDT 2026
soc64-firewall.h defines macros that use register values that are
defined in soc64-regs.h. Include the appropriate header to make sure
that the definitions are available and users don't have to include the
headers in the correct order.
Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
---
include/mach/socfpga/soc64-firewall.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/mach/socfpga/soc64-firewall.h b/include/mach/socfpga/soc64-firewall.h
index 659b84ca1f3f..0187e908594c 100644
--- a/include/mach/socfpga/soc64-firewall.h
+++ b/include/mach/socfpga/soc64-firewall.h
@@ -9,6 +9,8 @@
#include <linux/bitops.h>
+#include <mach/socfpga/soc64-regs.h>
+
struct socfpga_firwall_l4_per {
u32 nand; /* 0x00 */
u32 nand_data;
--
2.47.3
More information about the barebox
mailing list