clk: tegra: Staticize tegra_clk_periph_nodiv_ops
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 8 Oct 2013 11:17:42 +0000 (16:47 +0530)
committerMike Turquette <mturquette@linaro.org>
Fri, 20 Dec 2013 01:47:31 +0000 (17:47 -0800)
tegra_clk_periph_nodiv_ops is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/tegra/clk-periph.c

index d62b396..679103b 100644 (file)
@@ -162,7 +162,7 @@ const struct clk_ops tegra_clk_periph_ops = {
        .disable = clk_periph_disable,
 };
 
-const struct clk_ops tegra_clk_periph_nodiv_ops = {
+static const struct clk_ops tegra_clk_periph_nodiv_ops = {
        .get_parent = clk_periph_get_parent,
        .set_parent = clk_periph_set_parent,
        .is_enabled = clk_periph_is_enabled,