diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 17:38:18 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 00:15:27 +0100 |
commit | d62801e961e148313910ec430e230e488fadc196 (patch) | |
tree | 34465d16df47307f69b79c36c998592127fad6b3 /arch/mips/dec/reset.c | |
parent | b104189c203a47219e51ab179e50fd0c73ccea3b (diff) |
[MIPS] DEC: pt_regs fixes for dec_intr_halt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/reset.c')
-rw-r--r-- | arch/mips/dec/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/reset.c b/arch/mips/dec/reset.c index f78c6da47921..8c95ea19efbe 100644 --- a/arch/mips/dec/reset.c +++ b/arch/mips/dec/reset.c @@ -35,7 +35,7 @@ void ATTRIB_NORET dec_machine_power_off(void) back_to_prom(); } -irqreturn_t dec_intr_halt(int irq, void *dev_id, struct pt_regs *regs) +irqreturn_t dec_intr_halt(int irq, void *dev_id) { dec_machine_halt(); } |