提交 0136f852 编写于 作者: W Wu Fengguang 提交者: Stephen Boyd

clk: si5351: _si5351_clkout_reset_pll() can be static

Fixes: b26ff127 ("clk: si5351: Apply PLL soft reset before enabling the outputs")
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 1fffaf6a
...@@ -903,7 +903,7 @@ static int _si5351_clkout_set_disable_state( ...@@ -903,7 +903,7 @@ static int _si5351_clkout_set_disable_state(
return 0; return 0;
} }
void _si5351_clkout_reset_pll(struct si5351_driver_data *drvdata, int num) static void _si5351_clkout_reset_pll(struct si5351_driver_data *drvdata, int num)
{ {
u8 val = si5351_reg_read(drvdata, SI5351_CLK0_CTRL + num); u8 val = si5351_reg_read(drvdata, SI5351_CLK0_CTRL + num);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册