summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_gem_pci.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2003-12-29 23:06:56 +0000
committerBrad Smith <brad@cvs.openbsd.org>2003-12-29 23:06:56 +0000
commit63e8b4fcf61c02a069d78708e789aca785943ccf (patch)
tree4326e40ef4433893ca8941c09c7aa21a85640241 /sys/dev/pci/if_gem_pci.c
parent91724bed7c8fdd7a90d66f996377dc25daa21bb6 (diff)
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_gem_pci.c')
-rw-r--r--sys/dev/pci/if_gem_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c
index 3da48ea5af4..62207fcc01a 100644
--- a/sys/dev/pci/if_gem_pci.c
+++ b/sys/dev/pci/if_gem_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gem_pci.c,v 1.12 2002/11/20 00:31:03 jason Exp $ */
+/* $OpenBSD: if_gem_pci.c,v 1.13 2003/12/29 23:06:55 brad Exp $ */
/* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */
/*
@@ -44,8 +44,6 @@
#include <machine/endian.h>
-#include <uvm/uvm_extern.h>
-
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>