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/ic/adw.c | |
parent | c432c99495aabd16877efc8ff7569b247a814f94 (diff) |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
Diffstat (limited to 'sys/dev/ic/adw.c')
-rw-r--r-- | sys/dev/ic/adw.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/adw.c b/sys/dev/ic/adw.c index 111c2aa142a..40f178e45cb 100644 --- a/sys/dev/ic/adw.c +++ b/sys/dev/ic/adw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adw.c,v 1.27 2003/10/21 18:58:48 jmc Exp $ */ +/* $OpenBSD: adw.c,v 1.28 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: adw.c,v 1.23 2000/05/27 18:24:50 dante Exp $ */ /* @@ -54,8 +54,6 @@ #include <machine/bus.h> #include <machine/intr.h> -#include <uvm/uvm_extern.h> - #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> |