|
@@ -107,7 +107,7 @@ static int clk_frac_set_rate(struct clk_hw *hw, unsigned long rate,
|
|
|
return mxs_clk_wait(frac->reg, frac->busy);
|
|
|
}
|
|
|
|
|
|
-static struct clk_ops clk_frac_ops = {
|
|
|
+static const struct clk_ops clk_frac_ops = {
|
|
|
.recalc_rate = clk_frac_recalc_rate,
|
|
|
.round_rate = clk_frac_round_rate,
|
|
|
.set_rate = clk_frac_set_rate,
|