linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Resend 1/7] clk: SPEAr: Staticize clk_frac_ops
@ 2013-12-19  8:53 Sachin Kamat
  2013-12-19  8:53 ` [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops Sachin Kamat
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-12-19  8:53 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 drivers/clk/spear/clk-frac-synth.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/spear/clk-frac-synth.c b/drivers/clk/spear/clk-frac-synth.c
index 958aa3ad1d60..dffd4ce6c8b5 100644
--- 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 = {
+static struct clk_ops clk_frac_ops = {
 	.recalc_rate = clk_frac_recalc_rate,
 	.round_rate = clk_frac_round_rate,
 	.set_rate = clk_frac_set_rate,
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-12-23 14:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19  8:53 [PATCH Resend 1/7] clk: SPEAr: Staticize clk_frac_ops Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops Sachin Kamat
2013-12-19 17:01   ` Stephen Warren
2013-12-23 14:18     ` Peter De Schrijver
2013-12-19  8:53 ` [PATCH Resend 3/7] clk: socfpga: Use NULL instead of 0 Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 4/7] clk: versatile: Staticize clk_sp810_timerclken_of_get Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 5/7] clk: vt8500: Staticize vtwm_pll_ops Sachin Kamat
2013-12-20 20:35   ` Tony Prisk
2013-12-19  8:54 ` [PATCH Resend 6/7] clk: ux500: Remove extra semicolon Sachin Kamat
2013-12-19 20:55   ` Ulf Hansson
2013-12-19  8:54 ` [PATCH Resend 7/7] clk: max77686: Remove redundant break Sachin Kamat
2013-12-19  9:48   ` jonghwa3.lee at samsung.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).