diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-07 20:44:33 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 03:38:28 +0200 |
commit | 937a801576f954bd030d7c4a5a94571710d87c0b (patch) | |
tree | 48d3440f765b56cf32a89b4b8193dd033d8227a8 /include/asm-mips/marvell.h | |
parent | [MIPS] Show actual CPU information in /proc/cpuinfo (diff) | |
download | linux-937a801576f954bd030d7c4a5a94571710d87c0b.tar.xz linux-937a801576f954bd030d7c4a5a94571710d87c0b.zip |
[MIPS] Complete fixes after removal of pt_regs argument to int handlers.
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, 1 insertions, 1 deletions
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index 6bb2125bb053..df94955b098a 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h @@ -53,6 +53,6 @@ struct mv_pci_controller { unsigned long config_vreg; }; -extern void ll_mv64340_irq(struct pt_regs *regs); +extern void ll_mv64340_irq(void); #endif /* __ASM_MIPS_MARVELL_H */ |