Skip to content

Commit

Permalink
clk: meson: remove superseded aoclk_gate_regmap
Browse files Browse the repository at this point in the history
aoclk_gate_regmap has been replaced by meson's clk_regmap.
It is no longer necessary so, remove it

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
  • Loading branch information
Jerome Brunet authored and Neil Armstrong committed Mar 13, 2018
1 parent 81c7fca commit 1f932d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
46 changes: 0 additions & 46 deletions drivers/clk/meson/gxbb-aoclk-regmap.c

This file was deleted.

10 changes: 0 additions & 10 deletions drivers/clk/meson/gxbb-aoclk.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
#define AO_RTC_ALT_CLK_CNTL0 0x94
#define AO_RTC_ALT_CLK_CNTL1 0x98

struct aoclk_gate_regmap {
struct clk_hw hw;
unsigned bit_idx;
struct regmap *regmap;
spinlock_t *lock;
};

#define to_aoclk_gate_regmap(_hw) \
container_of(_hw, struct aoclk_gate_regmap, hw)

extern const struct clk_ops meson_aoclk_gate_regmap_ops;

struct aoclk_cec_32k {
Expand Down

0 comments on commit 1f932d9

Please sign in to comment.