diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-02 13:06:43 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:20 -0400 |
commit | 088cf96a692a0369973aa19dcbf36134d9e6a529 (patch) | |
tree | 421b23e28a069b9a560261a3f1dbe56c2775fc6f /include/asm-mips/marvell.h | |
parent | ac2384a855c94e1d5467afe20bcb8ca23f0f3853 (diff) |
[MIPS] MV6434x: Add prototype of interrupt dispatch function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/marvell.h')
-rw-r--r-- | include/asm-mips/marvell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index 9225b3397a4f..6bb2125bb053 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h | |||
@@ -53,4 +53,6 @@ struct mv_pci_controller { | |||
53 | unsigned long config_vreg; | 53 | unsigned long config_vreg; |
54 | }; | 54 | }; |
55 | 55 | ||
56 | extern void ll_mv64340_irq(struct pt_regs *regs); | ||
57 | |||
56 | #endif /* __ASM_MIPS_MARVELL_H */ | 58 | #endif /* __ASM_MIPS_MARVELL_H */ |