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/isa/if_iy.c | |
parent | c432c99495aabd16877efc8ff7569b247a814f94 (diff) |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
Diffstat (limited to 'sys/dev/isa/if_iy.c')
-rw-r--r-- | sys/dev/isa/if_iy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_iy.c b/sys/dev/isa/if_iy.c index c85c251fe58..e89273ecf1d 100644 --- a/sys/dev/isa/if_iy.c +++ b/sys/dev/isa/if_iy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iy.c,v 1.17 2002/12/15 13:17:04 henning Exp $ */ +/* $OpenBSD: if_iy.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */ /* $NetBSD: if_iy.c,v 1.4 1996/05/12 23:52:53 mycroft Exp $ */ /* #define IYDEBUG */ /* #define IYMEMDEBUG */ @@ -72,8 +72,6 @@ #include <netns/ns_if.h> #endif -#include <uvm/uvm_extern.h> - #include <machine/cpu.h> #include <machine/intr.h> #include <machine/pio.h> |