diff options
Diffstat (limited to 'arch/arm/mach-stm32mp/fdt.c')
-rw-r--r-- | arch/arm/mach-stm32mp/fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/fdt.c b/arch/arm/mach-stm32mp/fdt.c index 959f12efe1..0de1d82291 100644 --- a/arch/arm/mach-stm32mp/fdt.c +++ b/arch/arm/mach-stm32mp/fdt.c @@ -248,7 +248,7 @@ static void stm32_fdt_disable_optee(void *blob) * This function is called right before the kernel is booted. "blob" is the * device tree that will be passed to the kernel. */ -int ft_system_setup(void *blob, bd_t *bd) +int ft_system_setup(void *blob, struct bd_info *bd) { int ret = 0; int soc; |