diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2018-03-23 17:38:10 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2018-04-25 11:19:26 +0300 |
commit | 197143feede3038350056cd1d6e7c0524fc532dd (patch) | |
tree | afe33fe1d58f204aa1969b3c749ac950a24a609a /drivers/clk | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-197143feede3038350056cd1d6e7c0524fc532dd.tar.xz |
clk: meson: drop meson_aoclk_gate_regmap_ops
let's remove the unused meson_aoclk_gate_regmap_ops
Fixes: 1f932d99710d ("clk: meson: remove superseded aoclk_gate_regmap")
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/meson/gxbb-aoclk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/meson/gxbb-aoclk.h b/drivers/clk/meson/gxbb-aoclk.h index 0be78383f257..badc4c22b4ee 100644 --- a/drivers/clk/meson/gxbb-aoclk.h +++ b/drivers/clk/meson/gxbb-aoclk.h @@ -17,8 +17,6 @@ #define AO_RTC_ALT_CLK_CNTL0 0x94 #define AO_RTC_ALT_CLK_CNTL1 0x98 -extern const struct clk_ops meson_aoclk_gate_regmap_ops; - struct aoclk_cec_32k { struct clk_hw hw; struct regmap *regmap; |