Skip to content

Commit b5a87e6

Browse files
Alain Volmatbebarino
authored andcommitted
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 <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6efb943 commit b5a87e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/st/clkgen-pll.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ struct clkgen_pll {
146146

147147
u32 ndiv;
148148
u32 idf;
149-
u32 odf;
150149
u32 cp;
151150
};
152151

0 commit comments

Comments
 (0)