Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e100354 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mike Turquette
Browse files

clk: tegra: Staticize tegra_clk_periph_nodiv_ops



tegra_clk_periph_nodiv_ops is used only in this file. Make it static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent e47e12f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,