[PATCH 2/4] clk: stm32mp2: use of STM32 access controller

Stephen Boyd sboyd at kernel.org
Tue May 7 15:02:47 PDT 2024


Quoting gabriel.fernandez at foss.st.com (2024-04-19 08:27:21)
> diff --git a/drivers/clk/stm32/clk-stm32mp25.c b/drivers/clk/stm32/clk-stm32mp25.c
> index 210b75b39e50..a37ee9f707e3 100644
> --- a/drivers/clk/stm32/clk-stm32mp25.c
> +++ b/drivers/clk/stm32/clk-stm32mp25.c
> @@ -4,7 +4,9 @@
>   * Author: Gabriel Fernandez <gabriel.fernandez at foss.st.com> for STMicroelectronics.
>   */
>  
> +#include <linux/bus/stm32_firewall_device.h>

I don't have this include. I either need a signed tag or this needs to
wait until next merge window.

>  #include <linux/clk-provider.h>
> +#include <linux/of_address.h>

What is this include for?



More information about the linux-arm-kernel mailing list