From: Ralf Baechle Date: Sun, 2 Apr 2006 17:06:43 +0000 (+0100) Subject: [MIPS] MV6434x: Add prototype of interrupt dispatch function. X-Git-Tag: v2.6.17-rc2~1^2~25 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=088cf96a692a0369973aa19dcbf36134d9e6a529;p=~emulex%2Finfiniband.git [MIPS] MV6434x: Add prototype of interrupt dispatch function. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index 9225b3397a4..6bb2125bb05 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h @@ -53,4 +53,6 @@ struct mv_pci_controller { unsigned long config_vreg; }; +extern void ll_mv64340_irq(struct pt_regs *regs); + #endif /* __ASM_MIPS_MARVELL_H */