diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-01-09 21:32:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-01-09 21:32:25 +0000 |
commit | 343387b19c5cf0e0dc8372bb57c9d913cdcc1387 (patch) | |
tree | 1065523e9a8c432d05d0184fd79969e70e8ec36b /sys/dev/eisa/if_fea.c | |
parent | c432c99495aabd16877efc8ff7569b247a814f94 (diff) |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
Diffstat (limited to 'sys/dev/eisa/if_fea.c')
-rw-r--r-- | sys/dev/eisa/if_fea.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 21458f328eb..1f2dd99e14c 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fea.c,v 1.15 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: if_fea.c,v 1.16 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */ /*- @@ -65,8 +65,6 @@ #include <net/if_fddi.h> -#include <uvm/uvm_extern.h> - #include <machine/cpu.h> #include <machine/bus.h> |