projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/clk/tegra/clk-periph.c
b/drivers/clk/tegra/clk-periph.c
index 356e9b804421ee7a27ba8a9cba960c3263260a10..9e899c18af8678c8eac70fab0ede9d8631fff3f3 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,