summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:12:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:12:13 +0000
commitcd2bd1f409e7dc1b940860ca7cc453cc2f1d9dd0 (patch)
treec02ec93cdb57caac65192fb88aa14e3e3926ebd1
parent616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff)
remove some of the redundant vm includes
-rw-r--r--sys/dev/ic/aac.c3
-rw-r--r--sys/dev/ic/adv.c3
-rw-r--r--sys/dev/ic/advlib.c3
-rw-r--r--sys/dev/ic/aic7xxx.c3
-rw-r--r--sys/dev/ic/dc.c3
-rw-r--r--sys/dev/ic/gdt_common.c3
-rw-r--r--sys/dev/ic/isp_openbsd.h3
-rw-r--r--sys/dev/ic/rtl81x9.c4
-rw-r--r--sys/dev/ic/xl.c3
9 files changed, 9 insertions, 19 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c
index 27b61baf010..2d17ba6932c 100644
--- a/sys/dev/ic/aac.c
+++ b/sys/dev/ic/aac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac.c,v 1.6 2001/07/04 06:49:28 niklas Exp $ */
+/* $OpenBSD: aac.c,v 1.7 2001/08/12 20:12:11 mickey Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -52,7 +52,6 @@
#include <machine/bus.h>
#include <vm/vm.h>
-#include <vm/pmap.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c
index c5a82b0aa8f..5728eda8fc9 100644
--- a/sys/dev/ic/adv.c
+++ b/sys/dev/ic/adv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adv.c,v 1.6 2000/12/13 15:49:15 mickey Exp $ */
+/* $OpenBSD: adv.c,v 1.7 2001/08/12 20:12:11 mickey Exp $ */
/* $NetBSD: adv.c,v 1.6 1998/10/28 20:39:45 dante Exp $ */
/*
@@ -55,7 +55,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/pmap.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 c93e54ade76..5cf9903a07b 100644
--- a/sys/dev/ic/advlib.c
+++ b/sys/dev/ic/advlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: advlib.c,v 1.4 2001/04/23 13:33:35 krw Exp $ */
+/* $OpenBSD: advlib.c,v 1.5 2001/08/12 20:12:11 mickey Exp $ */
/* $NetBSD: advlib.c,v 1.7 1998/10/28 20:39:46 dante Exp $ */
/*
@@ -69,7 +69,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/pmap.h>
#include <dev/ic/adv.h>
#include <dev/ic/advlib.h>
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c
index a1f7b4b2879..539dccf7a25 100644
--- a/sys/dev/ic/aic7xxx.c
+++ b/sys/dev/ic/aic7xxx.c
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.40 2000/01/07 23:08:17 gibbs Exp $
- * $OpenBSD: aic7xxx.c,v 1.27 2001/04/24 18:22:31 deraadt Exp $
+ * $OpenBSD: aic7xxx.c,v 1.28 2001/08/12 20:12:11 mickey Exp $
*/
/*
* A few notes on features of the driver.
@@ -102,7 +102,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/pmap.h>
#include <dev/ic/aic7xxxreg.h>
#include <dev/ic/aic7xxxvar.h>
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index 5efe2c61193..5c2980670df 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.31 2001/08/03 23:24:56 chris Exp $ */
+/* $OpenBSD: dc.c,v 1.32 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -123,7 +123,6 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/pmap.h> /* for vtophys */
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
diff --git a/sys/dev/ic/gdt_common.c b/sys/dev/ic/gdt_common.c
index 03797ef0c4c..7a50216bb66 100644
--- a/sys/dev/ic/gdt_common.c
+++ b/sys/dev/ic/gdt_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdt_common.c,v 1.13 2001/08/03 15:21:40 fgsch Exp $ */
+/* $OpenBSD: gdt_common.c,v 1.14 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -44,7 +44,6 @@
#include <machine/bus.h>
#include <vm/vm.h>
-#include <vm/pmap.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h
index 06eb9a64f03..b37be9c7340 100644
--- a/sys/dev/ic/isp_openbsd.h
+++ b/sys/dev/ic/isp_openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_openbsd.h,v 1.13 2001/04/04 22:08:08 mjacob Exp $ */
+/* $OpenBSD: isp_openbsd.h,v 1.14 2001/08/12 20:12:12 mickey Exp $ */
/*
* OpenBSD Specific definitions for the Qlogic ISP Host Adapter
*/
@@ -50,7 +50,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/pmap.h>
#define ISP_PLATFORM_VERSION_MAJOR 2
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 30723302dee..286a54e677e 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.7 2001/08/03 23:26:04 chris Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.8 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -115,9 +115,7 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/pmap.h> /* for vtophys */
#include <vm/vm_kern.h>
-#include <vm/vm_extern.h>
#include <machine/bus.h>
#include <dev/mii/mii.h>
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c
index 652b99a2be1..54623f5c489 100644
--- a/sys/dev/ic/xl.c
+++ b/sys/dev/ic/xl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xl.c,v 1.27 2001/08/03 23:31:52 chris Exp $ */
+/* $OpenBSD: xl.c,v 1.28 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -143,7 +143,6 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/pmap.h> /* for vtophys */
#include <dev/ic/xlreg.h>