diff options
author | Weiyi Lu <weiyi.lu@mediatek.com> | 2020-11-13 09:29:52 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-12-17 09:41:54 +0100 |
commit | 2aeff9d8c8e69edd268e06a79771d71d5f46b4a3 (patch) | |
tree | 1d61f55ff27b1d3261f793c49f14996e2520be88 /drivers/clk/mediatek/clk-mux.h | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-2aeff9d8c8e69edd268e06a79771d71d5f46b4a3.tar.xz linux-2aeff9d8c8e69edd268e06a79771d71d5f46b4a3.zip |
clk: mediatek: Make mtk_clk_register_mux() a static function
mtk_clk_register_mux() should be a static function
Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API")
Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com>
Link: https://lore.kernel.org/r/1605256192-31307-1-git-send-email-weiyi.lu@mediatek.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/clk-mux.h')
-rw-r--r-- | drivers/clk/mediatek/clk-mux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/mediatek/clk-mux.h b/drivers/clk/mediatek/clk-mux.h index f5625f4d9e6c..8e2f927dd2ff 100644 --- a/drivers/clk/mediatek/clk-mux.h +++ b/drivers/clk/mediatek/clk-mux.h @@ -77,10 +77,6 @@ extern const struct clk_ops mtk_mux_gate_clr_set_upd_ops; _width, _gate, _upd_ofs, _upd, \ CLK_SET_RATE_PARENT) -struct clk *mtk_clk_register_mux(const struct mtk_mux *mux, - struct regmap *regmap, - spinlock_t *lock); - int mtk_clk_register_muxes(const struct mtk_mux *muxes, int num, struct device_node *node, spinlock_t *lock, |