summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rl_pci.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2003-12-29 23:06:55 +0000
committerbrad <brad@openbsd.org>2003-12-29 23:06:55 +0000
commitb25e102c0767d0fd695fece79226a5d3f420f2a3 (patch)
tree015d4d62b9e76b03ee2b1533993ca18f11ebefc8 /sys/dev/pci/if_rl_pci.c
parentdelint (diff)
downloadwireguard-openbsd-b25e102c0767d0fd695fece79226a5d3f420f2a3.tar.xz
wireguard-openbsd-b25e102c0767d0fd695fece79226a5d3f420f2a3.zip
no vtophys(), don't need uvm_extern.h anymore.
tested on alpha, i386, macppc and sparc64. ok millert@ mickey@
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r--sys/dev/pci/if_rl_pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c
index 41f895e90ac..a912bf53dfe 100644
--- a/sys/dev/pci/if_rl_pci.c
+++ b/sys/dev/pci/if_rl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rl_pci.c,v 1.8 2002/11/19 18:40:17 jason Exp $ */
+/* $OpenBSD: if_rl_pci.c,v 1.9 2003/12/29 23:06:55 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -62,7 +62,6 @@
#include <net/bpf.h>
#endif
-#include <uvm/uvm_extern.h> /* for vtophys */
#include <machine/bus.h>
#include <dev/mii/mii.h>