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

This commit is contained in:
mrg 2000-06-28 16:27:51 +00:00
parent 7c15053eed
commit 7e81221f5a
15 changed files with 18 additions and 41 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ad1848_isa.c,v 1.15 2000/06/26 04:56:20 simonb Exp $ */
/* $NetBSD: ad1848_isa.c,v 1.16 2000/06/28 16:27:51 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -114,7 +114,6 @@
#include <machine/bus.h>
#include <sys/audioio.h>
#include <vm/vm.h>
#include <dev/audio_if.h>
#include <dev/auconv.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aria.c,v 1.7 1999/11/01 18:12:20 augustss Exp $ */
/* $NetBSD: aria.c,v 1.8 2000/06/28 16:27:52 mrg Exp $ */
/*-
* Copyright (c) 1995, 1996, 1998 Roland C. Dowdeswell. All rights reserved.
@ -60,7 +60,6 @@
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cs89x0.c,v 1.13 2000/02/08 18:40:51 thorpej Exp $ */
/* $NetBSD: cs89x0.c,v 1.14 2000/06/28 16:27:52 mrg Exp $ */
/*
* Copyright 1997
@ -217,7 +217,7 @@
#include <net/bpfdesc.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.5 2000/05/11 15:42:00 jdolecek Exp $ */
/* $NetBSD: fd.c,v 1.6 2000/06/28 16:27:53 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -123,8 +123,6 @@
#include <sys/rnd.h>
#endif
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/cons.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: i82365_isa.c,v 1.13 2000/02/22 16:04:44 thorpej Exp $ */
/* $NetBSD: i82365_isa.c,v 1.14 2000/06/28 16:27:53 mrg Exp $ */
#define PCICISADEBUG
@ -38,8 +38,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: i82365_isasubr.c,v 1.21 2000/05/09 17:59:39 jhawk Exp $ */
/* $NetBSD: i82365_isasubr.c,v 1.22 2000/06/28 16:27:53 mrg Exp $ */
#define PCICISADEBUG
@ -41,8 +41,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ai.c,v 1.7 1999/01/08 19:22:35 augustss Exp $ */
/* $NetBSD: if_ai.c,v 1.8 2000/06/28 16:27:53 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -50,8 +50,6 @@
#include <net/if_media.h>
#include <net/if_ether.h>
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_depca_isa.c,v 1.4 1998/08/15 10:51:18 mycroft Exp $ */
/* $NetBSD: if_depca_isa.c,v 1.5 2000/06/28 16:27:54 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -94,8 +94,6 @@
#include <netinet/if_inarp.h>
#endif
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ef.c,v 1.6 1999/01/08 19:22:36 augustss Exp $ */
/* $NetBSD: if_ef.c,v 1.7 2000/06/28 16:27:54 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -50,8 +50,6 @@
#include <net/if_media.h>
#include <net/if_ether.h>
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ix.c,v 1.6 1999/01/08 19:22:36 augustss Exp $ */
/* $NetBSD: if_ix.c,v 1.7 2000/06/28 16:27:54 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -50,8 +50,6 @@
#include <net/if_media.h>
#include <net/if_ether.h>
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_iy.c,v 1.38 2000/06/23 14:07:03 is Exp $ */
/* $NetBSD: if_iy.c,v 1.39 2000/06/28 16:27:54 mrg Exp $ */
/* #define IYDEBUG */
/* #define IYMEMDEBUG */
@ -92,8 +92,6 @@
#include <net/if_media.h>
#endif
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_isa.c,v 1.23 1998/08/15 10:51:19 mycroft Exp $ */
/* $NetBSD: if_le_isa.c,v 1.24 2000/06/28 16:27:55 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -94,8 +94,6 @@
#include <netinet/if_inarp.h>
#endif
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isadma.c,v 1.44 2000/06/26 04:56:21 simonb Exp $ */
/* $NetBSD: isadma.c,v 1.45 2000/06/28 16:27:55 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@ -47,10 +47,10 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>
#include <dev/isa/isadmavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbdsp.c,v 1.105 2000/06/26 04:56:21 simonb Exp $ */
/* $NetBSD: sbdsp.c,v 1.106 2000/06/28 16:27:56 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -92,7 +92,6 @@
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <vm/vm.h>
#include <machine/cpu.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcic2_isa.c,v 1.2 1999/04/08 16:14:29 bad Exp $ */
/* $NetBSD: tcic2_isa.c,v 1.3 2000/06/28 16:27:57 mrg Exp $ */
#undef TCICISADEBUG
@ -41,8 +41,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/intr.h>