Commit b5a87e69 authored by Alain Volmat's avatar Alain Volmat Committed by Stephen Boyd

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: default avatarAlain Volmat <avolmat@me.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20210331201632.24530-2-avolmat@me.comSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 6efb943b
......@@ -146,7 +146,6 @@ struct clkgen_pll {
u32 ndiv;
u32 idf;
u32 odf;
u32 cp;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment