diff options
author | Dario Binacchi <[email protected]> | 2023-03-02 21:50:28 +0100 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-03-06 11:43:29 -0800 |
commit | 7e626a080bb2db47c27c29fea569ff18afec52ed (patch) | |
tree | f761c2273be1ee057c499495ad37bfe21f2a3aab | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
clk: visconti: remove unused visconti_pll_provider::regmap
Field regmap of struct visconti_pll_provider is never used. Remove it.
Signed-off-by: Dario Binacchi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | drivers/clk/visconti/pll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/visconti/pll.h b/drivers/clk/visconti/pll.h index 16dae35ab370..01d07f1bf01b 100644 --- a/drivers/clk/visconti/pll.h +++ b/drivers/clk/visconti/pll.h @@ -15,7 +15,6 @@ struct visconti_pll_provider { void __iomem *reg_base; - struct regmap *regmap; struct clk_hw_onecell_data clk_data; struct device_node *node; }; |