public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Sachin Kamat <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, sachin.kamat@linaro.org,
	hpa@zytor.com, mingo@kernel.org, tglx@linutronix.de
Subject: [tip:irq/core] irqchip: exynos-combiner: Staticize combiner_init
Date: Fri, 28 Jun 2013 03:58:24 -0700	[thread overview]
Message-ID: <tip-b8394dee787bbd7d52614b7ca44ea7aa05feb9ad@git.kernel.org> (raw)
In-Reply-To: <1372246597-32323-2-git-send-email-sachin.kamat@linaro.org>

Commit-ID:  b8394dee787bbd7d52614b7ca44ea7aa05feb9ad
Gitweb:     http://git.kernel.org/tip/b8394dee787bbd7d52614b7ca44ea7aa05feb9ad
Author:     Sachin Kamat <sachin.kamat@linaro.org>
AuthorDate: Wed, 26 Jun 2013 17:06:37 +0530
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 28 Jun 2013 12:56:03 +0200

irqchip: exynos-combiner: Staticize combiner_init

combiner_init() is referenced only in this file. Make it
static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: kgene.kim@samsung.com
Cc: t.figa@samsung.com
Cc: arnd@arndb.de
Cc: patches@linaro.org
Link: http://lkml.kernel.org/r/1372246597-32323-2-git-send-email-sachin.kamat@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/irqchip/exynos-combiner.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/irqchip/exynos-combiner.c b/drivers/irqchip/exynos-combiner.c
index a9d2b2f..4c68265 100644
--- a/drivers/irqchip/exynos-combiner.c
+++ b/drivers/irqchip/exynos-combiner.c
@@ -204,10 +204,10 @@ static unsigned int combiner_lookup_irq(int group)
 	return 0;
 }
 
-void __init combiner_init(void __iomem *combiner_base,
-			  struct device_node *np,
-			  unsigned int max_nr,
-			  int irq_base)
+static void __init combiner_init(void __iomem *combiner_base,
+				 struct device_node *np,
+				 unsigned int max_nr,
+				 int irq_base)
 {
 	int i, irq;
 	unsigned int nr_irq;

  reply	other threads:[~2013-06-28 10:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 11:36 [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration Sachin Kamat
2013-06-26 11:36 ` [PATCH 2/2] irqchip: exynos-combiner: Staticize combiner_init Sachin Kamat
2013-06-28 10:58   ` tip-bot for Sachin Kamat [this message]
2013-06-26 14:02 ` [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration Arnd Bergmann
2013-06-27 14:20   ` 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=tip-b8394dee787bbd7d52614b7ca44ea7aa05feb9ad@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=sachin.kamat@linaro.org \
    --cc=tglx@linutronix.de \
    /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