linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sachin.kamat@linaro.org (Sachin Kamat)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] clk: exynos-audss: Staticize exynos_audss_clk_init
Date: Thu, 18 Jul 2013 15:31:22 +0530	[thread overview]
Message-ID: <1374141682-29432-7-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1374141682-29432-1-git-send-email-sachin.kamat@linaro.org>

exynos_audss_clk_init() is used only in this file. Make it
static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
---
 drivers/clk/samsung/clk-exynos-audss.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos-audss.c b/drivers/clk/samsung/clk-exynos-audss.c
index 9b1bbd5..51b48da 100644
--- a/drivers/clk/samsung/clk-exynos-audss.c
+++ b/drivers/clk/samsung/clk-exynos-audss.c
@@ -62,7 +62,7 @@ static struct syscore_ops exynos_audss_clk_syscore_ops = {
 #endif /* CONFIG_PM_SLEEP */
 
 /* register exynos_audss clocks */
-void __init exynos_audss_clk_init(struct device_node *np)
+static void __init exynos_audss_clk_init(struct device_node *np)
 {
 	reg_base = of_iomap(np, 0);
 	if (!reg_base) {
-- 
1.7.9.5

  parent reply	other threads:[~2013-07-18 10:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 10:01 [PATCH v2 0/6] clk: exynos: Some fixes and cleanup Sachin Kamat
2013-07-18 10:01 ` [PATCH 1/6] clk: exynos4: Staticize local symbols Sachin Kamat
2013-07-18 10:01 ` [PATCH 2/6] clk: exynos4: Remove unused function Sachin Kamat
2013-07-18 10:01 ` [PATCH 3/6] clk: exynos5250: Staticize local symbols Sachin Kamat
2013-07-18 10:01 ` [PATCH 4/6] clk: exynos5420: " Sachin Kamat
2013-07-18 10:01 ` [PATCH 5/6] clk: exynos5440: " Sachin Kamat
2013-07-18 10:01 ` Sachin Kamat [this message]
2013-07-22 17:10 ` [PATCH v2 0/6] clk: exynos: Some fixes and cleanup Tomasz Figa
2013-07-22 18:05 ` Mike Turquette
2013-07-23  2:53   ` Sachin Kamat
  -- strict thread matches above, loose matches on Subject: below --
2013-07-11  9:02 [PATCH " Sachin Kamat
2013-07-11  9:02 ` [PATCH 6/6] clk: exynos-audss: Staticize exynos_audss_clk_init 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=1374141682-29432-7-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).