diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
commit | 650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch) | |
tree | 92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/dev/ic | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/ami.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/lsi64854.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/pdq_ifsubr.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 75e5aea9375..9d0dc8fc8e5 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.10 2001/07/04 22:53:25 espie Exp $ */ +/* $OpenBSD: ami.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -61,7 +61,6 @@ #include <machine/bus.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <uvm/uvm_extern.h> #include <scsi/scsi_all.h> diff --git a/sys/dev/ic/lsi64854.c b/sys/dev/ic/lsi64854.c index a121950776d..dea5b6612b1 100644 --- a/sys/dev/ic/lsi64854.c +++ b/sys/dev/ic/lsi64854.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsi64854.c,v 1.2 2001/08/25 14:58:32 jason Exp $ */ +/* $OpenBSD: lsi64854.c,v 1.3 2001/09/11 20:05:25 miod Exp $ */ /* $NetBSD: lsi64854.c,v 1.18 2001/06/04 20:56:51 mrg Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/device.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <uvm/uvm_extern.h> #include <machine/bus.h> diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index e8b570932a2..775a5c399d5 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq_ifsubr.c,v 1.8 2001/08/12 20:33:50 mickey Exp $ */ +/* $OpenBSD: pdq_ifsubr.c,v 1.9 2001/09/11 20:05:25 miod Exp $ */ /* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */ /*- @@ -84,7 +84,6 @@ #endif #include <vm/vm.h> -#include <vm/vm_kern.h> #include "pdqvar.h" #include "pdqreg.h" diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 286a54e677e..8616cb766fc 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.8 2001/08/12 20:12:12 mickey Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.9 2001/09/11 20:05:25 miod Exp $ */ /* * Copyright (c) 1997, 1998 @@ -115,7 +115,6 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/vm_kern.h> #include <machine/bus.h> #include <dev/mii/mii.h> |