]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
fsl-mc: Add prototype for bd_info
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:18 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
As the functions fsl_mc_ldpaa_init/fsl_mc_ldpaa_exit take a bd_info as
an argument, add a struct bd_info to this header file rather than add
<asm/u-boot.h> to the overall chain.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/fsl-mc/fsl_mc.h

index 258738dfc8c263333f890dccde5a5b2b65615503..de2bba93ecf4cbec60a0f943376fa98b06aab881 100644 (file)
@@ -10,6 +10,8 @@
 #include <common.h>
 #include <linux/bitops.h>
 
+struct bd_info;
+
 #define MC_CCSR_BASE_ADDR \
        ((struct mc_ccsr_registers __iomem *)0x8340000)