diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-02 10:44:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-02 10:44:52 +0000 |
commit | 913bed0b7b038840f1a3f46d46cf3d1b0866a1a6 (patch) | |
tree | 6c23c3bdf55f9dc60a340b205b0531d2d12bfcc7 | |
parent | 89158b44854f6931c20afcd86df3c402c54d04fa (diff) |
Missed one <machine/board.h>
-rw-r--r-- | sys/arch/m88k/m88k/subr.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/subr.S b/sys/arch/m88k/m88k/subr.S index 954d57c2316..8ba9a80aee1 100644 --- a/sys/arch/m88k/m88k/subr.S +++ b/sys/arch/m88k/m88k/subr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: subr.S,v 1.3 2004/08/01 17:18:05 miod Exp $ */ +/* $OpenBSD: subr.S,v 1.4 2004/08/02 10:44:51 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -33,7 +33,6 @@ #include <sys/errno.h> #include <machine/asm.h> -#include <machine/board.h> #include <machine/cpu_number.h> #include <machine/trap.h> |