diff options
Diffstat (limited to 'arch/mips/dec/reset.c')
-rw-r--r-- | arch/mips/dec/reset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/reset.c b/arch/mips/dec/reset.c index f78c6da47921..56397227adb0 100644 --- a/arch/mips/dec/reset.c +++ b/arch/mips/dec/reset.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
9 | 9 | ||
10 | #include <asm/addrspace.h> | 10 | #include <asm/addrspace.h> |
11 | #include <asm/ptrace.h> | ||
12 | 11 | ||
13 | typedef void ATTRIB_NORET (* noret_func_t)(void); | 12 | typedef void ATTRIB_NORET (* noret_func_t)(void); |
14 | 13 | ||
@@ -35,7 +34,7 @@ void ATTRIB_NORET dec_machine_power_off(void) | |||
35 | back_to_prom(); | 34 | back_to_prom(); |
36 | } | 35 | } |
37 | 36 | ||
38 | irqreturn_t dec_intr_halt(int irq, void *dev_id, struct pt_regs *regs) | 37 | irqreturn_t dec_intr_halt(int irq, void *dev_id) |
39 | { | 38 | { |
40 | dec_machine_halt(); | 39 | dec_machine_halt(); |
41 | } | 40 | } |