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 <[email protected]> --- 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
