remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>

This commit is contained in:
mrg 2000-06-28 17:05:20 +00:00
parent 261538ecac
commit a14baa8257
8 changed files with 15 additions and 23 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bba.c,v 1.7 2000/06/26 04:56:27 simonb Exp $ */
/* $NetBSD: bba.c,v 1.8 2000/06/28 17:05:20 mrg Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -45,7 +45,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
#include <vm/vm.h> /* for PAGE_SIZE */
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#include <sys/audioio.h>
#include <dev/audio_if.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cfb.c,v 1.21 2000/06/26 04:56:27 simonb Exp $ */
/* $NetBSD: cfb.c,v 1.22 2000/06/28 17:05:21 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: cfb.c,v 1.21 2000/06/26 04:56:27 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: cfb.c,v 1.22 2000/06/28 17:05:21 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: cfb.c,v 1.21 2000/06/26 04:56:27 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fta.c,v 1.16 2000/06/26 14:21:13 mrg Exp $ */
/* $NetBSD: if_fta.c,v 1.17 2000/06/28 17:05:21 mrg Exp $ */
/*-
* Copyright (c) 1996 Matt Thomas <matt@3am-software.com>
@ -56,8 +56,6 @@
#include <netinet/if_inarp.h>
#endif
#include <vm/vm.h>
#include <dev/tc/tcvar.h>
#include <dev/ic/pdqvar.h>
#include <dev/ic/pdqreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mfb.c,v 1.23 2000/06/26 04:56:27 simonb Exp $ */
/* $NetBSD: mfb.c,v 1.24 2000/06/28 17:05:22 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.23 2000/06/26 04:56:27 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.24 2000/06/28 17:05:22 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.23 2000/06/26 04:56:27 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sfb.c,v 1.36 2000/06/26 04:56:28 simonb Exp $ */
/* $NetBSD: sfb.c,v 1.37 2000/06/28 17:05:23 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: sfb.c,v 1.36 2000/06/26 04:56:28 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: sfb.c,v 1.37 2000/06/28 17:05:23 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: sfb.c,v 1.36 2000/06/26 04:56:28 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sfbplus.c,v 1.4 2000/06/26 04:56:28 simonb Exp $ */
/* $NetBSD: sfbplus.c,v 1.5 2000/06/28 17:05:24 mrg Exp $ */
/*
* Copyright (c) 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: sfbplus.c,v 1.4 2000/06/26 04:56:28 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: sfbplus.c,v 1.5 2000/06/28 17:05:24 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: sfbplus.c,v 1.4 2000/06/26 04:56:28 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tfb.c,v 1.25 2000/06/26 04:56:31 simonb Exp $ */
/* $NetBSD: tfb.c,v 1.26 2000/06/28 17:05:24 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.25 2000/06/26 04:56:31 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.26 2000/06/28 17:05:24 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: tfb.c,v 1.25 2000/06/26 04:56:31 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xcfb.c,v 1.18 2000/06/26 04:56:31 simonb Exp $ */
/* $NetBSD: xcfb.c,v 1.19 2000/06/28 17:05:25 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.18 2000/06/26 04:56:31 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.19 2000/06/28 17:05:25 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.18 2000/06/26 04:56:31 simonb Exp $");
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>