[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-baaecfa7249f1d5553a31f8ad0b9c7ffabcaa339@git.kernel.org>
Date: Fri, 5 Jul 2013 02:48:39 -0700
From: tip-bot for Axel Lin <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
tglx@...utronix.de, maxime.ripard@...e-electrons.com,
axel.lin@...ics.com
Subject: [tip:irq/urgent] irqchip: sun4i: Staticize sun4i_irq_ack()
Commit-ID: baaecfa7249f1d5553a31f8ad0b9c7ffabcaa339
Gitweb: http://git.kernel.org/tip/baaecfa7249f1d5553a31f8ad0b9c7ffabcaa339
Author: Axel Lin <axel.lin@...ics.com>
AuthorDate: Fri, 5 Jul 2013 15:41:10 +0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Fri, 5 Jul 2013 11:39:24 +0200
irqchip: sun4i: Staticize sun4i_irq_ack()
sun4i_irq_ack() is only referenced in this file, so make it static.
Signed-off-by: Axel Lin <axel.lin@...ics.com>
Acked-by: Maxime Ripard <maxime.ripard@...e-electrons.com>
Link: http://lkml.kernel.org/r/1373010070.14756.2.camel@phoenix
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
drivers/irqchip/irq-sun4i.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-sun4i.c b/drivers/irqchip/irq-sun4i.c
index b66d4ae..a5438d8 100644
--- a/drivers/irqchip/irq-sun4i.c
+++ b/drivers/irqchip/irq-sun4i.c
@@ -38,7 +38,7 @@ static struct irq_domain *sun4i_irq_domain;
static asmlinkage void __exception_irq_entry sun4i_handle_irq(struct pt_regs *regs);
-void sun4i_irq_ack(struct irq_data *irqd)
+static void sun4i_irq_ack(struct irq_data *irqd)
{
unsigned int irq = irqd_to_hwirq(irqd);
unsigned int irq_off = irq % 32;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists