diff options
-rw-r--r-- | drivers/clk/pistachio/clk-pll.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clk/pistachio/clk-pll.c b/drivers/clk/pistachio/clk-pll.c index 7e8daab9025b..312c3580187f 100644 --- a/drivers/clk/pistachio/clk-pll.c +++ b/drivers/clk/pistachio/clk-pll.c | |||
@@ -298,7 +298,7 @@ static unsigned long pll_gf40lp_frac_recalc_rate(struct clk_hw *hw, | |||
298 | return rate; | 298 | return rate; |
299 | } | 299 | } |
300 | 300 | ||
301 | static struct clk_ops pll_gf40lp_frac_ops = { | 301 | static const struct clk_ops pll_gf40lp_frac_ops = { |
302 | .enable = pll_gf40lp_frac_enable, | 302 | .enable = pll_gf40lp_frac_enable, |
303 | .disable = pll_gf40lp_frac_disable, | 303 | .disable = pll_gf40lp_frac_disable, |
304 | .is_enabled = pll_gf40lp_frac_is_enabled, | 304 | .is_enabled = pll_gf40lp_frac_is_enabled, |
@@ -307,7 +307,7 @@ static struct clk_ops pll_gf40lp_frac_ops = { | |||
307 | .set_rate = pll_gf40lp_frac_set_rate, | 307 | .set_rate = pll_gf40lp_frac_set_rate, |
308 | }; | 308 | }; |
309 | 309 | ||
310 | static struct clk_ops pll_gf40lp_frac_fixed_ops = { | 310 | static const struct clk_ops pll_gf40lp_frac_fixed_ops = { |
311 | .enable = pll_gf40lp_frac_enable, | 311 | .enable = pll_gf40lp_frac_enable, |
312 | .disable = pll_gf40lp_frac_disable, | 312 | .disable = pll_gf40lp_frac_disable, |
313 | .is_enabled = pll_gf40lp_frac_is_enabled, | 313 | .is_enabled = pll_gf40lp_frac_is_enabled, |
@@ -430,7 +430,7 @@ static unsigned long pll_gf40lp_laint_recalc_rate(struct clk_hw *hw, | |||
430 | return rate; | 430 | return rate; |
431 | } | 431 | } |
432 | 432 | ||
433 | static struct clk_ops pll_gf40lp_laint_ops = { | 433 | static const struct clk_ops pll_gf40lp_laint_ops = { |
434 | .enable = pll_gf40lp_laint_enable, | 434 | .enable = pll_gf40lp_laint_enable, |
435 | .disable = pll_gf40lp_laint_disable, | 435 | .disable = pll_gf40lp_laint_disable, |
436 | .is_enabled = pll_gf40lp_laint_is_enabled, | 436 | .is_enabled = pll_gf40lp_laint_is_enabled, |
@@ -439,7 +439,7 @@ static struct clk_ops pll_gf40lp_laint_ops = { | |||
439 | .set_rate = pll_gf40lp_laint_set_rate, | 439 | .set_rate = pll_gf40lp_laint_set_rate, |
440 | }; | 440 | }; |
441 | 441 | ||
442 | static struct clk_ops pll_gf40lp_laint_fixed_ops = { | 442 | static const struct clk_ops pll_gf40lp_laint_fixed_ops = { |
443 | .enable = pll_gf40lp_laint_enable, | 443 | .enable = pll_gf40lp_laint_enable, |
444 | .disable = pll_gf40lp_laint_disable, | 444 | .disable = pll_gf40lp_laint_disable, |
445 | .is_enabled = pll_gf40lp_laint_is_enabled, | 445 | .is_enabled = pll_gf40lp_laint_is_enabled, |