Message ID | 20210331201632.24530-2-avolmat@me.com |
---|---|
State | Accepted |
Commit | b5a87e692c044c42bf9309cde4bc455bec246c60 |
Headers | show |
Series | [v4,1/7] clk: st: clkgen-pll: remove unused variable of struct clkgen_pll | expand |
Quoting Alain Volmat (2021-03-31 13:16:26) > ODF field within the struct clkgen_pll is never used by the driver > and can thus be removed. > > Signed-off-by: Alain Volmat <avolmat@me.com> > Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> > --- Applied to clk-next
diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c index 119c5b33080c..f6c56ca90c7d 100644 --- a/drivers/clk/st/clkgen-pll.c +++ b/drivers/clk/st/clkgen-pll.c @@ -146,7 +146,6 @@ struct clkgen_pll { u32 ndiv; u32 idf; - u32 odf; u32 cp; };