aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson
diff options
context:
space:
mode:
authorYixun Lan <yixun.lan@amlogic.com>2018-03-23 22:38:10 +0800
committerJerome Brunet <jbrunet@baylibre.com>2018-04-25 10:19:26 +0200
commit197143feede3038350056cd1d6e7c0524fc532dd (patch)
treeafe33fe1d58f204aa1969b3c749ac950a24a609a /drivers/clk/meson
parentLinux 4.17-rc1 (diff)
downloadlinux-dev-197143feede3038350056cd1d6e7c0524fc532dd.tar.xz
linux-dev-197143feede3038350056cd1d6e7c0524fc532dd.zip
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/meson')
-rw-r--r--drivers/clk/meson/gxbb-aoclk.h2
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;