aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/meson/gxbb-aoclk.h
diff options
context:
space:
mode:
authorJerome Brunet2018-02-12 15:58:33 +0100
committerNeil Armstrong2018-03-13 10:03:59 +0100
commit81c7fcac9b5ffe5744bb1437d991739be7053528 (patch)
treef71bc7b74583f026fb47d841453649f724b6ff20 /drivers/clk/meson/gxbb-aoclk.h
parentea11dda9e091aba0fe6497108477699286a2d036 (diff)
clk: meson: switch gxbb ao_clk to clk_regmap
Drop the gxbb ao specific regmap based clock and use the meson clk_regmap based clock instead. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/gxbb-aoclk.h')
-rw-r--r--drivers/clk/meson/gxbb-aoclk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/meson/gxbb-aoclk.h b/drivers/clk/meson/gxbb-aoclk.h
index e8604c8f7eee..127d58954cca 100644
--- a/drivers/clk/meson/gxbb-aoclk.h
+++ b/drivers/clk/meson/gxbb-aoclk.h
@@ -32,7 +32,6 @@ extern const struct clk_ops meson_aoclk_gate_regmap_ops;
struct aoclk_cec_32k {
struct clk_hw hw;
struct regmap *regmap;
- spinlock_t *lock;
};
#define to_aoclk_cec_32k(_hw) container_of(_hw, struct aoclk_cec_32k, hw)