mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7a0fc1a3df
commit
22e5de816b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue