Skip to content

Commit 7e626a0

Browse files
passgatbebarino
authored andcommitted
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]>
1 parent fe15c26 commit 7e626a0

File tree

1 file changed

+0
-1
lines changed
  • drivers/clk/visconti

1 file changed

+0
-1
lines changed

drivers/clk/visconti/pll.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
struct visconti_pll_provider {
1717
void __iomem *reg_base;
18-
struct regmap *regmap;
1918
struct clk_hw_onecell_data clk_data;
2019
struct device_node *node;
2120
};

0 commit comments

Comments
 (0)