diff options
-rw-r--r-- | drivers/clk/tegra/clk-periph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/tegra/clk-periph.c b/drivers/clk/tegra/clk-periph.c index 356e9b804421..9e899c18af86 100644 --- a/drivers/clk/tegra/clk-periph.c +++ b/drivers/clk/tegra/clk-periph.c | |||
@@ -130,7 +130,7 @@ static const struct clk_ops tegra_clk_periph_nodiv_ops = { | |||
130 | .disable = clk_periph_disable, | 130 | .disable = clk_periph_disable, |
131 | }; | 131 | }; |
132 | 132 | ||
133 | const struct clk_ops tegra_clk_periph_no_gate_ops = { | 133 | static const struct clk_ops tegra_clk_periph_no_gate_ops = { |
134 | .get_parent = clk_periph_get_parent, | 134 | .get_parent = clk_periph_get_parent, |
135 | .set_parent = clk_periph_set_parent, | 135 | .set_parent = clk_periph_set_parent, |
136 | .recalc_rate = clk_periph_recalc_rate, | 136 | .recalc_rate = clk_periph_recalc_rate, |