diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:46:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:46:47 +0000 |
commit | 94f3709234c66143d9da073a104671f5c6280ef2 (patch) | |
tree | 554c9066aba77ecd76cf1abcd770738955217d64 /sys/arch/alpha/pci/pci_6600.c | |
parent | 1c6c80f15a901522140881f864852f6da91a89e2 (diff) |
No need to include machine/alpha.h
Diffstat (limited to 'sys/arch/alpha/pci/pci_6600.c')
-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> |