summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/cia_bus_mem.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-12 20:31:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-12 20:31:03 +0000
commita28e6fb87d02d75afe3900d71afc22960b5174d6 (patch)
tree4d9f54a0f06fbad7e91e3a483ee689abd1ffd6a2 /sys/arch/alpha/pci/cia_bus_mem.c
parent030da3d388a3705c405337441dab3316fe86ab88 (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/alpha/pci/cia_bus_mem.c')
-rw-r--r--sys/arch/alpha/pci/cia_bus_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/cia_bus_mem.c b/sys/arch/alpha/pci/cia_bus_mem.c
index 47d83a467fc..2293e001d09 100644
--- a/sys/arch/alpha/pci/cia_bus_mem.c
+++ b/sys/arch/alpha/pci/cia_bus_mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cia_bus_mem.c,v 1.3 1996/10/30 22:39:55 niklas Exp $ */
+/* $OpenBSD: cia_bus_mem.c,v 1.4 1996/11/12 20:29:36 niklas Exp $ */
/* $NetBSD: cia_bus_mem.c,v 1.5 1996/08/27 16:29:26 cgd Exp $ */
/*
@@ -35,7 +35,7 @@
#include <sys/device.h>
#include <vm/vm.h>
-#include <machine/bus.h>
+#include <machine/bus.old.h>
#include <alpha/pci/ciareg.h>
#include <alpha/pci/ciavar.h>