Re: [PATCH] irqchip: sun4i: Staticize sun4i_irq_ack()

2013-07-05 Thread Maxime Ripard
Hi Axel, On Fri, Jul 05, 2013 at 03:41:10PM +0800, Axel Lin wrote: > sun4i_irq_ack() is only referenced in this file, so make it static. > > Signed-off-by: Axel Lin Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://

[PATCH] irqchip: sun4i: Staticize sun4i_irq_ack()

2013-07-05 Thread Axel Lin
sun4i_irq_ack() is only referenced in this file, so make it static. Signed-off-by: Axel Lin --- 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/ir