From: sachin.kamat@linaro.org (Sachin Kamat)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/10] clk: SPEAr: Staticize clk_frac_ops
Date: Fri, 13 Sep 2013 14:53:44 +0530 [thread overview]
Message-ID: <1379064232-10261-2-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1379064232-10261-1-git-send-email-sachin.kamat@linaro.org>
clk_frac_ops is local to this file. Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: 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 958aa3a..dffd4ce 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
next prev parent reply other threads:[~2013-09-13 9:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 9:23 [PATCH 01/10] clk: bcm2835: Remove duplicate inclusion of clk-provider.h Sachin Kamat
2013-09-13 9:23 ` Sachin Kamat [this message]
2013-09-13 9:45 ` [PATCH 02/10] clk: SPEAr: Staticize clk_frac_ops Viresh Kumar
2013-09-13 9:23 ` [PATCH 03/10] clk: tegra: Staticize local variables in clk-pll.c Sachin Kamat
2013-09-13 9:23 ` [PATCH 04/10] clk: tegra: Staticize tegra_clk_periph_nodiv_ops Sachin Kamat
2013-09-13 9:23 ` [PATCH 05/10] clk: socfpga: Use NULL instead of 0 Sachin Kamat
2013-09-13 22:03 ` Dinh Nguyen
2013-09-13 9:23 ` [PATCH 06/10] clk: versatile: Staticize clk_sp810_timerclken_of_get Sachin Kamat
2013-09-13 9:23 ` [PATCH 07/10] clk: mvebu: Staticize of_cpu_clk_setup Sachin Kamat
2013-09-13 9:52 ` Gregory CLEMENT
2013-09-13 9:23 ` [PATCH 08/10] clk: vt8500: Staticize vtwm_pll_ops Sachin Kamat
2013-09-13 9:23 ` [PATCH 09/10] clk: ux500: Remove extra semicolon Sachin Kamat
2013-09-17 8:02 ` Ulf Hansson
2013-09-13 9:23 ` [PATCH 10/10] clk: max77686: Remove redundant break Sachin Kamat
2013-09-24 12:04 ` [PATCH 01/10] clk: bcm2835: Remove duplicate inclusion of clk-provider.h Sachin Kamat
2013-10-02 6:49 ` Sachin Kamat
2013-10-29 11:58 ` Sachin Kamat
-- strict thread matches above, loose matches on Subject: below --
2013-10-08 11:17 [PATCH Resend " Sachin Kamat
2013-10-08 11:17 ` [PATCH 02/10] clk: SPEAr: Staticize clk_frac_ops Sachin Kamat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379064232-10261-2-git-send-email-sachin.kamat@linaro.org \
--to=sachin.kamat@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).