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/arch/sparc/dev | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/xd.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index 4fdfda47c24..dd111900bd0 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.18 2001/03/24 10:07:20 ho Exp $ */ +/* $OpenBSD: xd.c,v 1.19 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -77,7 +77,6 @@ #include <sys/timeout.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <machine/autoconf.h> #include <machine/sun_disklabel.h> diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index 9e58757870c..f22a9e1e3d3 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.15 2001/03/24 10:07:21 ho Exp $ */ +/* $OpenBSD: xy.c,v 1.16 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -77,7 +77,6 @@ #include <sys/timeout.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <machine/autoconf.h> #include <machine/sun_disklabel.h> |