summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/adw.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-11-06 19:53:09 +0000
committermiod <miod@openbsd.org>2001-11-06 19:53:09 +0000
commit489e49f965b7c1ff7f0b9f5c3828328436e699eb (patch)
tree1da9f68efcda9c41872b0a0f4306f743570c2ba3 /sys/dev/ic/adw.c
parentunbreak child_return. (diff)
downloadwireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.tar.xz
wireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.zip
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/dev/ic/adw.c')
-rw-r--r--sys/dev/ic/adw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/adw.c b/sys/dev/ic/adw.c
index 6ab8bb987d4..cdbdacfd710 100644
--- a/sys/dev/ic/adw.c
+++ b/sys/dev/ic/adw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adw.c,v 1.23 2001/11/05 17:25:58 art Exp $ */
+/* $OpenBSD: adw.c,v 1.24 2001/11/06 19:53:18 miod Exp $ */
/* $NetBSD: adw.c,v 1.23 2000/05/27 18:24:50 dante Exp $ */
/*
@@ -54,7 +54,7 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>