diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-12-29 23:06:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-12-29 23:06:56 +0000 |
commit | 63e8b4fcf61c02a069d78708e789aca785943ccf (patch) | |
tree | 4326e40ef4433893ca8941c09c7aa21a85640241 /sys/dev/ic/gem.c | |
parent | 91724bed7c8fdd7a90d66f996377dc25daa21bb6 (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/ic/gem.c')
-rw-r--r-- | sys/dev/ic/gem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index 162c8a7f68b..2cc014baac1 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.34 2003/07/15 03:52:30 jason Exp $ */ +/* $OpenBSD: gem.c,v 1.35 2003/12/29 23:06:55 brad Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -51,8 +51,6 @@ #include <machine/endian.h> -#include <uvm/uvm_extern.h> - #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> |