mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
clk: visconti: remove unused visconti_pll_provider::regmap
[ Upstream commit 7e626a080b ]
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>
Stable-dep-of: 5ad1e217a2b2 ("clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e785584e0a
commit
b2a2828720
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
struct visconti_pll_provider {
|
struct visconti_pll_provider {
|
||||||
void __iomem *reg_base;
|
void __iomem *reg_base;
|
||||||
struct regmap *regmap;
|
|
||||||
struct clk_hw_onecell_data clk_data;
|
struct clk_hw_onecell_data clk_data;
|
||||||
struct device_node *node;
|
struct device_node *node;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user