]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] MV6434x: Add prototype of interrupt dispatch function.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 2 Apr 2006 17:06:43 +0000 (18:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:20 +0000 (04:14 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/marvell.h

index 9225b3397a4fb4d126cce26b4a37602696c0cd6d..6bb2125bb0538b1a8d148d4df9462ae3ab8e89c9 100644 (file)
@@ -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 */