summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2004-09-30 17:41:59 +0000
committerJason Wright <jason@cvs.openbsd.org>2004-09-30 17:41:59 +0000
commitf655b90ed52c41c320917925d65489e87897ec3a (patch)
tree56671db98577d055711d1cac9be7dc9fb8076191 /sys/dev/ic
parentcaa3527c0157efa2b5017e7ce126b477eaa56aab (diff)
don't need uvm_extern.h for vtophys (no vtophys!)
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/rtl81x9.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 164e40b9c96..dd4d69eb9f4 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.31 2004/09/30 17:37:54 jason Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.32 2004/09/30 17:41:58 jason Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -114,7 +114,6 @@
#include <net/bpf.h>
#endif
-#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <dev/mii/mii.h>