Skip to content

Commit

Permalink
[MIPS] DEC: pt_regs fixes for dec_intr_halt.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 8, 2006
1 parent b104189 commit d62801e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/mips/dec/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
2 changes: 1 addition & 1 deletion arch/mips/dec/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
extern void dec_machine_restart(char *command);
extern void dec_machine_halt(void);
extern void dec_machine_power_off(void);
extern irqreturn_t dec_intr_halt(int irq, void *dev_id, struct pt_regs *regs);
extern irqreturn_t dec_intr_halt(int irq, void *dev_id);

unsigned long dec_kn_slot_base, dec_kn_slot_size;

Expand Down

0 comments on commit d62801e

Please sign in to comment.