Commit 088cf96a692a0369973aa19dcbf36134d9e6a529

Authored by Ralf Baechle
1 parent ac2384a855

[MIPS] MV6434x: Add prototype of interrupt dispatch function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/asm-mips/marvell.h
... ... @@ -53,5 +53,7 @@
53 53 unsigned long config_vreg;
54 54 };
55 55  
  56 +extern void ll_mv64340_irq(struct pt_regs *regs);
  57 +
56 58 #endif /* __ASM_MIPS_MARVELL_H */