Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: st: clkgen-pll: remove unused variable of struct clkgen_pll

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>
Link: https://lore.kernel.org/r/20210331201632.24530-2-avolmat@me.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Alain Volmat and committed by
Stephen Boyd
b5a87e69 6efb943b

-1
-1
drivers/clk/st/clkgen-pll.c
··· 146 146 147 147 u32 ndiv; 148 148 u32 idf; 149 - u32 odf; 150 149 u32 cp; 151 150 }; 152 151