summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-08-08 15:21:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-08-08 15:21:30 +0000
commit39cfbf74a3b30645fbbd5068b1998d03477e5885 (patch)
tree7f678ee8fabaecd1ce959b0398ecc908ab2e811d /sys/arch/alpha/pci
parent554d4bfc59e6176dda29aafd914e743a26a41a01 (diff)
vga_{isa,pci}.h -> vga.h since the former no longer exists.
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r--sys/arch/alpha/pci/pci_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.c b/sys/arch/alpha/pci/pci_machdep.c
index a4b45a153b2..5cffeb6d42f 100644
--- a/sys/arch/alpha/pci/pci_machdep.c
+++ b/sys/arch/alpha/pci/pci_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.c,v 1.12 2001/06/26 21:13:43 art Exp $ */
+/* $OpenBSD: pci_machdep.c,v 1.13 2001/08/08 15:21:29 millert Exp $ */
/* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */
/*
@@ -47,7 +47,7 @@
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
-#include "vga_pci.h"
+#include "vga.h"
#if NVGA_PCI
#include <dev/pci/vga_pcivar.h>
#endif