irqchip: Remove asmlinkage from static functions
[cascardo/linux.git] / drivers / irqchip / irq-vic.c
index 8e21ae0..473f09a 100644 (file)
@@ -228,7 +228,7 @@ static int handle_one_vic(struct vic_device *vic, struct pt_regs *regs)
  * Keep iterating over all registered VIC's until there are no pending
  * interrupts.
  */
-static asmlinkage void __exception_irq_entry vic_handle_irq(struct pt_regs *regs)
+static void __exception_irq_entry vic_handle_irq(struct pt_regs *regs)
 {
        int i, handled;