Skip to content

Commit

Permalink
[MIPS] *-berr: Header inclusions for DEC bus error handlers
Browse files Browse the repository at this point in the history
 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>
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Dec 6, 2006
1 parent e77c232 commit 49afb1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/dec/ecc-berr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 2 additions & 0 deletions arch/mips/dec/kn01-berr.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
#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>
Expand Down

0 comments on commit 49afb1f

Please sign in to comment.