Skip to content

Commit 1f932d9

Browse files
jbrun3tsuperna9999
authored andcommitted
clk: meson: remove superseded aoclk_gate_regmap
aoclk_gate_regmap has been replaced by meson's clk_regmap. It is no longer necessary so, remove it Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Neil Armstrong <[email protected]>
1 parent 81c7fca commit 1f932d9

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

drivers/clk/meson/gxbb-aoclk-regmap.c

Lines changed: 0 additions & 46 deletions
This file was deleted.

drivers/clk/meson/gxbb-aoclk.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
#define AO_RTC_ALT_CLK_CNTL0 0x94
1818
#define AO_RTC_ALT_CLK_CNTL1 0x98
1919

20-
struct aoclk_gate_regmap {
21-
struct clk_hw hw;
22-
unsigned bit_idx;
23-
struct regmap *regmap;
24-
spinlock_t *lock;
25-
};
26-
27-
#define to_aoclk_gate_regmap(_hw) \
28-
container_of(_hw, struct aoclk_gate_regmap, hw)
29-
3020
extern const struct clk_ops meson_aoclk_gate_regmap_ops;
3121

3222
struct aoclk_cec_32k {

0 commit comments

Comments
 (0)