Commit 0136f852 authored by Wu Fengguang's avatar Wu Fengguang Committed by 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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 1fffaf6a
......@@ -903,7 +903,7 @@ static int _si5351_clkout_set_disable_state(
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment