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: v3.12-rc1~36493^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=088cf96a692a0369973aa19dcbf36134d9e6a529;p=kernel%2Fkernel-generic.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 9225b33..6bb2125 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 */