projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1459c83
)
clk: SPEAr: Staticize clk_frac_ops
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 8 Oct 2013 11:17:40 +0000
(16:47 +0530)
committer
Mike Turquette
<mturquette@linaro.org>
Thu, 19 Dec 2013 19:45:17 +0000
(11:45 -0800)
clk_frac_ops is local to this file. Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/spear/clk-frac-synth.c
patch
|
blob
|
history
diff --git
a/drivers/clk/spear/clk-frac-synth.c
b/drivers/clk/spear/clk-frac-synth.c
index 958aa3ad1d6023bbe39a70c594b8e45099ac1a8d..dffd4ce6c8b5513e8dd4fdadcc06a68cc3a209fe 100644
(file)
--- a/
drivers/clk/spear/clk-frac-synth.c
+++ b/
drivers/clk/spear/clk-frac-synth.c
@@
-116,7
+116,7
@@
static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate,
return 0;
}
-struct clk_ops clk_frac_ops = {
+st
atic st
ruct clk_ops clk_frac_ops = {
.recalc_rate = clk_frac_recalc_rate,
.round_rate = clk_frac_round_rate,
.set_rate = clk_frac_set_rate,