Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39142
b: refs/heads/master
c: d62801e
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 8, 2006
1 parent ee73ce2 commit c8d80b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b104189c203a47219e51ab179e50fd0c73ccea3b
refs/heads/master: d62801e961e148313910ec430e230e488fadc196
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 c8d80b2

Please sign in to comment.