projects
/
GitHub
/
LineageOS
/
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:
e47e12f
)
clk: tegra: Staticize tegra_clk_periph_nodiv_ops
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 8 Oct 2013 11:17:42 +0000
(16:47 +0530)
committer
Mike Turquette
<mturquette@linaro.org>
Fri, 20 Dec 2013 01:47:31 +0000
(17:47 -0800)
tegra_clk_periph_nodiv_ops is used only in this file. Make it static.
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 d62b396863c18681cf048a53a2009ae91aa5ffcc..679103bda2b0ac11008948319c2ea7ec6d9a3966 100644
(file)
--- a/
drivers/clk/tegra/clk-periph.c
+++ b/
drivers/clk/tegra/clk-periph.c
@@
-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,