diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 16:42:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 16:42:11 -0700 |
commit | 61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a (patch) | |
tree | bc1dd3b052f28ac40c2cedbbe251b70ced303644 /arch/mips/dec/setup.c | |
parent | 7bea96fd22a8fd19f90817405b4abe032317a0e3 (diff) | |
parent | 27f768192fe2d96936cef5d4713e228daee07ae2 (diff) | |
download | kernel_samsung_tuna-61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a.zip kernel_samsung_tuna-61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a.tar.gz kernel_samsung_tuna-61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a.tar.bz2 |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.
[MIPS] DEC: pt_regs fixes for buserror handlers
[MIPS] Fix return type of gt64120_irq.
[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.
[MIPS] Jazz defconfig file.
[MIPS] Jazz: build fix - include <linux/screen_info.h>
[MIPS] Jazz: Remove warning. After 7 years probably somebody test this ;)
[MIPS] Jazz: Fix I/O port resources.
[MIPS] DEC: pt_regs fixes for dec_intr_halt.
handle_sysrq lost its pt_regs * argument
Manual conflict resolved in arch/um/drivers/mconsole_kern.c
Diffstat (limited to 'arch/mips/dec/setup.c')
-rw-r--r-- | arch/mips/dec/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/setup.c b/arch/mips/dec/setup.c index d43241c..6b7481e 100644 --- a/arch/mips/dec/setup.c +++ b/arch/mips/dec/setup.c @@ -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; |