提交 1a4b1819 编写于 作者: H Heiko Stübner 提交者: Mike Turquette

clk: rockchip: make rockchip_clk_register_branch static

It is only used locally in clk/rockchip/clk.c and thus can be static.
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
Signed-off-by: NMike Turquette <mturquette@linaro.org>
上级 b2155a71
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* sometimes without one of those components. * sometimes without one of those components.
*/ */
struct clk *rockchip_clk_register_branch(const char *name, static struct clk *rockchip_clk_register_branch(const char *name,
const char **parent_names, u8 num_parents, void __iomem *base, const char **parent_names, u8 num_parents, void __iomem *base,
int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags,
u8 div_shift, u8 div_width, u8 div_flags, u8 div_shift, u8 div_width, u8 div_flags,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册