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 | |
parent | c432c99495aabd16877efc8ff7569b247a814f94 (diff) |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aac.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/adv.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/advlib.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/adw.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/adwlib.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ami.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/cac.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/osiop.c | 4 |
8 files changed, 8 insertions, 24 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index 544e2e955dd..bdcf2777eed 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.16 2003/09/02 21:20:40 fgsch Exp $ */ +/* $OpenBSD: aac.c,v 1.17 2004/01/09 21:32:23 brad Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -51,8 +51,6 @@ #include <machine/bus.h> -#include <uvm/uvm_extern.h> - #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> #include <scsi/scsiconf.h> diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c index edea8226c71..92d104093df 100644 --- a/sys/dev/ic/adv.c +++ b/sys/dev/ic/adv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adv.c,v 1.12 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: adv.c,v 1.13 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: adv.c,v 1.6 1998/10/28 20:39:45 dante Exp $ */ /* @@ -53,8 +53,6 @@ #include <machine/bus.h> #include <machine/intr.h> -#include <uvm/uvm_extern.h> - #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c index a3074aac6e2..ed4846212ef 100644 --- a/sys/dev/ic/advlib.c +++ b/sys/dev/ic/advlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: advlib.c,v 1.9 2003/10/21 18:58:48 jmc Exp $ */ +/* $OpenBSD: advlib.c,v 1.10 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: advlib.c,v 1.7 1998/10/28 20:39:46 dante Exp $ */ /* @@ -67,8 +67,6 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <uvm/uvm_extern.h> - #include <dev/ic/adv.h> #include <dev/ic/advlib.h> #include <dev/ic/advmcode.h> 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> diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c index 151b09627c5..6e3570da2de 100644 --- a/sys/dev/ic/adwlib.c +++ b/sys/dev/ic/adwlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adwlib.c,v 1.18 2003/10/21 18:58:48 jmc Exp $ */ +/* $OpenBSD: adwlib.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: adwlib.c,v 1.20 2000/07/04 04:17:03 itojun Exp $ */ /* @@ -68,8 +68,6 @@ #include <dev/pci/pcidevs.h> -#include <uvm/uvm_extern.h> - #include <dev/ic/adwlib.h> #include <dev/microcode/adw/adwmcode.h> #include <dev/ic/adw.h> diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 0d3e2790e6b..e3db905c426 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.23 2003/06/28 23:55:50 avsm Exp $ */ +/* $OpenBSD: ami.c,v 1.24 2004/01/09 21:32:23 brad Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -55,8 +55,6 @@ #include <machine/bus.h> -#include <uvm/uvm_extern.h> - #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> #include <scsi/scsiconf.h> diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 7378acc5dcc..dbbf361fdd5 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cac.c,v 1.16 2003/06/02 19:24:22 mickey Exp $ */ +/* $OpenBSD: cac.c,v 1.17 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */ /* @@ -82,8 +82,6 @@ #include <sys/malloc.h> #include <sys/pool.h> -#include <uvm/uvm_extern.h> - #include <machine/bus.h> #include <scsi/scsi_all.h> diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 4c25b584e3c..360cc75f514 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osiop.c,v 1.18 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: osiop.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */ /* @@ -82,8 +82,6 @@ #include <sys/buf.h> #include <sys/kernel.h> -#include <uvm/uvm_extern.h> - #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> #include <scsi/scsi_message.h> |