diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 20:31:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 20:31:03 +0000 |
commit | a28e6fb87d02d75afe3900d71afc22960b5174d6 (patch) | |
tree | 4d9f54a0f06fbad7e91e3a483ee689abd1ffd6a2 /sys/arch/arc/dev | |
parent | 030da3d388a3705c405337441dab3316fe86ab88 (diff) |
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps
Diffstat (limited to 'sys/arch/arc/dev')
-rw-r--r-- | sys/arch/arc/dev/ace.c | 4 | ||||
-rw-r--r-- | sys/arch/arc/dev/lpr.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arc/dev/ace.c b/sys/arch/arc/dev/ace.c index 6820a2e9b39..f5e22feb9a9 100644 --- a/sys/arch/arc/dev/ace.c +++ b/sys/arch/arc/dev/ace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ace.c,v 1.6 1996/09/14 15:58:21 pefo Exp $ */ +/* $OpenBSD: ace.c,v 1.7 1996/11/12 20:29:53 niklas Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -58,7 +58,7 @@ #include <sys/device.h> #include <arc/arc/arctype.h> -#include <machine/bus.h> +#include <machine/bus.old.h> #include <machine/intr.h> #include <dev/isa/isavar.h> diff --git a/sys/arch/arc/dev/lpr.c b/sys/arch/arc/dev/lpr.c index 7f84a7b96b6..6c5e6d61d7c 100644 --- a/sys/arch/arc/dev/lpr.c +++ b/sys/arch/arc/dev/lpr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpr.c,v 1.2 1996/09/14 15:58:21 pefo Exp $ */ +/* $OpenBSD: lpr.c,v 1.3 1996/11/12 20:29:54 niklas Exp $ */ /* * Copyright (c) 1993, 1994 Charles Hannum. @@ -65,7 +65,7 @@ #include <sys/conf.h> #include <sys/syslog.h> -#include <machine/bus.h> +#include <machine/bus.old.h> #include <machine/intr.h> #include <dev/isa/isavar.h> |