|
@@ -130,7 +130,7 @@ static const struct clk_ops tegra_clk_periph_nodiv_ops = {
|
|
|
.disable = clk_periph_disable,
|
|
|
};
|
|
|
|
|
|
-const struct clk_ops tegra_clk_periph_no_gate_ops = {
|
|
|
+static const struct clk_ops tegra_clk_periph_no_gate_ops = {
|
|
|
.get_parent = clk_periph_get_parent,
|
|
|
.set_parent = clk_periph_set_parent,
|
|
|
.recalc_rate = clk_periph_recalc_rate,
|