Skip to content

Commit

Permalink
clk: visconti: remove unused visconti_pll_provider::regmap
Browse files Browse the repository at this point in the history
Field regmap of struct visconti_pll_provider is never used. Remove it.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Link: https://lore.kernel.org/r/20230302205028.2539197-1-dario.binacchi@amarulasolutions.com
Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Dario Binacchi authored and Stephen Boyd committed Mar 6, 2023
1 parent fe15c26 commit 7e626a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/visconti/pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 7e626a0

Please sign in to comment.