diff options
author | 2001-01-20 20:46:46 +0000 | |
---|---|---|
committer | 2001-01-20 20:46:46 +0000 | |
commit | 599f9da93de516dc5077dc8368ce7a205d212a70 (patch) | |
tree | 0760d79d8c9ecee40ba81ddbc6cb79cdf8ad357c | |
parent | No need to include machine/alpha.h here. (diff) | |
download | wireguard-openbsd-599f9da93de516dc5077dc8368ce7a205d212a70.tar.xz wireguard-openbsd-599f9da93de516dc5077dc8368ce7a205d212a70.zip |
No need to include machine/alpha.h
-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> |