summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/ecc-berr.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki2006-12-06 12:50:23 +0100
committerRalf Baechle2006-12-06 21:16:09 +0100
commit49afb1f67b42c4240fef9d2d8b76c317c56a189d (patch)
treed6534d010bcb3d758ebd69e85f92577165e2c915 /arch/mips/dec/ecc-berr.c
parent[MIPS] Compile __do_IRQ() when really needed (diff)
downloadkernel-qcow2-linux-49afb1f67b42c4240fef9d2d8b76c317c56a189d.tar.gz
kernel-qcow2-linux-49afb1f67b42c4240fef9d2d8b76c317c56a189d.tar.xz
kernel-qcow2-linux-49afb1f67b42c4240fef9d2d8b76c317c56a189d.zip
[MIPS] *-berr: Header inclusions for DEC bus error handlers
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>
Diffstat (limited to 'arch/mips/dec/ecc-berr.c')
-rw-r--r--arch/mips/dec/ecc-berr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/dec/ecc-berr.c b/arch/mips/dec/ecc-berr.c
index c8430c07355e..6d55e8aab668 100644
--- a/arch/mips/dec/ecc-berr.c
+++ b/arch/mips/dec/ecc-berr.c
@@ -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>