diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-07-06 05:14:32 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-07-06 05:14:32 +0000 |
commit | 34b13757881b59c5e4f76de2bb383bc8e0227a87 (patch) | |
tree | 68cf12894df9152c7bccc03f5ca6c1885bb2245f /sys/arch/mvmeppc/isa/isa_machdep.c | |
parent | 69b8f9e7beeddd85a5c5c83ce2f81f9c619d1b0f (diff) |
resolve compile problems
Diffstat (limited to 'sys/arch/mvmeppc/isa/isa_machdep.c')
-rw-r--r-- | sys/arch/mvmeppc/isa/isa_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/isa/isa_machdep.c b/sys/arch/mvmeppc/isa/isa_machdep.c index 15aa605bfc3..b3c8e52bbaf 100644 --- a/sys/arch/mvmeppc/isa/isa_machdep.c +++ b/sys/arch/mvmeppc/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.1 2001/06/26 21:57:51 smurph Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.2 2001/07/06 05:14:30 smurph Exp $ */ /* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */ #define ISA_DMA_STATS @@ -133,7 +133,7 @@ #include <dev/isa/isareg.h> #include <dev/isa/isavar.h> #include <dev/isa/isadmavar.h> -#include <powerpc/isa/isa_machdep.h> +#include <mvmeppc/isa/isa_machdep.h> void *i8259_intr_establish( void * lcv, int irq, int type, int level, int (*ih_fun) __P((void *)), void *ih_arg, char *name); |