Browse Source

clk: tegra: Staticize tegra_clk_periph_no_gate_ops

tegra_clk_periph_no_gate_ops is a local symbol.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Sachin Kamat 11 years ago
parent
commit
22e5de816b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/clk/tegra/clk-periph.c

+ 1 - 1
drivers/clk/tegra/clk-periph.c

@@ -130,7 +130,7 @@ static const struct clk_ops tegra_clk_periph_nodiv_ops = {
 	.disable = clk_periph_disable,
 	.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,
 	.get_parent = clk_periph_get_parent,
 	.set_parent = clk_periph_set_parent,
 	.set_parent = clk_periph_set_parent,
 	.recalc_rate = clk_periph_recalc_rate,
 	.recalc_rate = clk_periph_recalc_rate,