aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Volmat <[email protected]>2021-03-31 22:16:26 +0200
committerStephen Boyd <[email protected]>2021-06-27 19:53:39 -0700
commitb5a87e692c044c42bf9309cde4bc455bec246c60 (patch)
tree667a7cc64d2597ba00eeb65dc9f37c9fd03be8e6
parent6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff)
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]>
-rw-r--r--drivers/clk/st/clkgen-pll.c1
1 files changed, 0 insertions, 1 deletions
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;
};