diff options
author | gene <gene@cvs.openbsd.org> | 1998-05-03 07:13:04 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-05-03 07:13:04 +0000 |
commit | 2e3f8791cecd6cbc2880a0bc48ad74fa481095c5 (patch) | |
tree | 1f3dc900978e10b6c3160631489b187b146fdbaf /sys/arch/mac68k/dev/adbsys.c | |
parent | 9029bc71475909c8851346efb0efdbf5f1be3667 (diff) |
Associated fallout from removing macinfo.h and merging to cpu.h.
Diffstat (limited to 'sys/arch/mac68k/dev/adbsys.c')
-rw-r--r-- | sys/arch/mac68k/dev/adbsys.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/adbsys.c b/sys/arch/mac68k/dev/adbsys.c index 95369269adc..4d83d54b150 100644 --- a/sys/arch/mac68k/dev/adbsys.c +++ b/sys/arch/mac68k/dev/adbsys.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adbsys.c,v 1.9 1997/04/14 18:47:55 gene Exp $ */ +/* $OpenBSD: adbsys.c,v 1.10 1998/05/03 07:12:53 gene Exp $ */ /* $NetBSD: adbsys.c,v 1.24 1997/01/13 07:01:23 scottr Exp $ */ /*- @@ -35,7 +35,6 @@ #include <sys/systm.h> #include <machine/cpu.h> -#include <machine/macinfo.h> #include <machine/viareg.h> #include <arch/mac68k/mac68k/macrom.h> |