summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-19 20:51:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-19 20:51:00 +0000
commit26751d4f7e73801bb67ab4abe3c6fab6f014d366 (patch)
tree04ee53302fcda940a3ab1ebbec6932ae1bb90ce4 /sys/dev/pci
parent4e3bacfaf6ab9f4eda76a92dac84616ea1d02192 (diff)
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_wxvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wxvar.h b/sys/dev/pci/if_wxvar.h
index c0b3a7f83d4..b73861466ee 100644
--- a/sys/dev/pci/if_wxvar.h
+++ b/sys/dev/pci/if_wxvar.h
@@ -279,9 +279,11 @@ struct wxmdvar {
#endif
#include <vm/vm.h>
-#include <vm/vm_kern.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/bus.h>
#include <machine/intr.h>
+
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>