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/ite.c | |
parent | 9029bc71475909c8851346efb0efdbf5f1be3667 (diff) |
Associated fallout from removing macinfo.h and merging to cpu.h.
Diffstat (limited to 'sys/arch/mac68k/dev/ite.c')
-rw-r--r-- | sys/arch/mac68k/dev/ite.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/ite.c b/sys/arch/mac68k/dev/ite.c index 8cbbfccdf09..1f815f83b3f 100644 --- a/sys/arch/mac68k/dev/ite.c +++ b/sys/arch/mac68k/dev/ite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ite.c,v 1.16 1997/11/14 03:40:58 gene Exp $ */ +/* $OpenBSD: ite.c,v 1.17 1998/05/03 07:12:58 gene Exp $ */ /* $NetBSD: ite.c,v 1.32 1997/02/20 00:23:25 scottr Exp $ */ /* @@ -67,7 +67,6 @@ #include <machine/bus.h> #include <machine/cpu.h> -#include <machine/macinfo.h> #include <machine/frame.h> #include <machine/viareg.h> |