Commit 7e626a08 authored by Dario Binacchi's avatar Dario Binacchi Committed by Stephen Boyd
Browse files

clk: visconti: remove unused visconti_pll_provider::regmap

parent fe15c26e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};