projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0fc1a
)
clk: tegra: Staticize tegra_clk_periph_no_gate_ops
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 15 Jan 2014 05:43:25 +0000
(11:13 +0530)
committer
Mike Turquette
<mturquette@linaro.org>
Sun, 23 Feb 2014 22:46:05 +0000
(14:46 -0800)
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>
drivers/clk/tegra/clk-periph.c
patch
|
blob
|
history
diff --git
a/drivers/clk/tegra/clk-periph.c
b/drivers/clk/tegra/clk-periph.c
index
356e9b8
..
9e899c1
100644
(file)
--- a/
drivers/clk/tegra/clk-periph.c
+++ b/
drivers/clk/tegra/clk-periph.c
@@
-130,7
+130,7
@@
static const struct clk_ops tegra_clk_periph_nodiv_ops = {
.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,
.set_parent = clk_periph_set_parent,
.recalc_rate = clk_periph_recalc_rate,