Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baaecfa7 authored by Axel Lin's avatar Axel Lin Committed by Thomas Gleixner
Browse files

irqchip: sun4i: Staticize sun4i_irq_ack()



sun4i_irq_ack() is only referenced in this file, so make it static.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Link: http://lkml.kernel.org/r/1373010070.14756.2.camel@phoenix


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e658718e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;