diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/pci/pci_6600.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_6600.c b/sys/arch/alpha/pci/pci_6600.c index dd7f639c3bc..5ede9a00c01 100644 --- a/sys/arch/alpha/pci/pci_6600.c +++ b/sys/arch/alpha/pci/pci_6600.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_6600.c,v 1.1 2000/11/16 04:50:18 ericj Exp $ */ +/* $OpenBSD: pci_6600.c,v 1.2 2001/01/20 20:46:46 art Exp $ */ /* $NetBSD: pci_6600.c,v 1.5 2000/06/06 00:50:15 thorpej Exp $ */ /*- @@ -45,7 +45,6 @@ #define _ALPHA_BUS_DMA_PRIVATE #include <machine/bus.h> #include <machine/rpb.h> -#include <machine/alpha.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> |