[PATCH v4 07/19] ARM: remove mach .handle_irq for GIC users
From: Rob Herring <hidden>
Date: 2013-01-10 14:38:28
From: Rob Herring <hidden>
Date: 2013-01-10 14:38:28
On 01/10/2013 05:02 AM, Russell King - ARM Linux wrote:
On Thu, Jan 03, 2013 at 11:54:16AM -0600, Rob Herring wrote:quoted
-asmlinkage void __exception_irq_entry gic_handle_irq(struct pt_regs *regs) +static asmlinkage void __exception_irq_entry gic_handle_irq(struct pt_regs *regs)NAK. No, not "static asmlinkage".
Okay will remove asmlinkage, but is there an issue with making this static? Rob