|
@@ -247,8 +247,8 @@ static unsigned long skl_clk_recalc_rate(struct clk_hw *hw,
|
|
|
}
|
|
|
|
|
|
/* Not supported by clk driver. Implemented to satisfy clk fw */
|
|
|
-long skl_clk_round_rate(struct clk_hw *hw, unsigned long rate,
|
|
|
- unsigned long *parent_rate)
|
|
|
+static long skl_clk_round_rate(struct clk_hw *hw, unsigned long rate,
|
|
|
+ unsigned long *parent_rate)
|
|
|
{
|
|
|
return rate;
|
|
|
}
|