Quoting Duje Mihanović (2024-04-02 13:55:37) > From: Andy Shevchenko <[email protected]> > > 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 <[email protected]> > Tested-by: Duje Mihanović <[email protected]> > Reviewed-by: Linus Walleij <[email protected]> > Signed-off-by: Duje Mihanović <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]> > > 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.

