Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Mike Turquette
22e5de81 7a0fc1a3

+1 -1
+1 -1
drivers/clk/tegra/clk-periph.c
··· 130 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 134 .get_parent = clk_periph_get_parent, 135 135 .set_parent = clk_periph_set_parent, 136 136 .recalc_rate = clk_periph_recalc_rate,