]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[MIPS] *-berr: Header inclusions for DEC bus error handlers
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 6 Dec 2006 11:50:23 +0000 (11:50 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 6 Dec 2006 20:16:09 +0000 (20:16 +0000)
 A fixup to add missing header inclusions for bus error handlers for
DECstation system after the recent switch to get_irq_regs().

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/ecc-berr.c
arch/mips/dec/kn01-berr.c

index c8430c07355ed5c26da325ac7e0d79f1dc251e21..6d55e8aab66830fa8dd5c388724dfe91baac735a 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/cpu.h>
 #include <asm/irq_regs.h>
 #include <asm/processor.h>
+#include <asm/ptrace.h>
 #include <asm/system.h>
 #include <asm/traps.h>
 
index f19b4617a0a6c4a67f9439a86956aa14ebe91678..d3b8002bf1e77db470427692de4a1e0da8bfe40e 100644 (file)
 #include <linux/types.h>
 
 #include <asm/inst.h>
+#include <asm/irq_regs.h>
 #include <asm/mipsregs.h>
 #include <asm/page.h>
+#include <asm/ptrace.h>
 #include <asm/system.h>
 #include <asm/traps.h>
 #include <asm/uaccess.h>