Quoting Duje Mihanović (2024-04-02 13:55:37)
> From: Andy Shevchenko <andriy.shevche...@linux.intel.com>
> 
> The struct mmp_clk_factor_tbl repeats the generic struct u32_fract.
> Kill the custom one and use the generic one instead.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com>
> Tested-by: Duje Mihanović <duje.mihano...@skole.hr>
> Reviewed-by: Linus Walleij <linus.wall...@linaro.org>
> Signed-off-by: Duje Mihanović <duje.mihano...@skole.hr>
> ---

Reviewed-by: Stephen Boyd <sb...@kernel.org>

> 
> diff --git a/drivers/clk/mmp/clk.h b/drivers/clk/mmp/clk.h
> index 55ac05379781..c83cec169ddc 100644
> --- a/drivers/clk/mmp/clk.h
> +++ b/drivers/clk/mmp/clk.h
> @@ -3,6 +3,7 @@
>  #define __MACH_MMP_CLK_H
>  
>  #include <linux/clk-provider.h>
> +#include <linux/math.h>
>  #include <linux/pm_domain.h>
>  #include <linux/clkdev.h>
> 

This clkdev include should be dropped in another patch.

Reply via email to