Don't need to include <sys/conf.h> here.

This commit is contained in:
simonb 2000-03-29 03:43:31 +00:00
parent 4471772be4
commit 9ff7681a33
14 changed files with 15 additions and 29 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: comlogout.c,v 1.2 1999/02/12 06:32:12 thorpej Exp $ */
/* $NetBSD: comlogout.c,v 1.3 2000/03/29 03:43:31 simonb Exp $ */
/*
* Copyright (c) 1998 by Matthew Jacob
* NASA AMES Research Center.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: comlogout.c,v 1.2 1999/02/12 06:32:12 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: comlogout.c,v 1.3 2000/03/29 03:43:31 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -38,7 +38,6 @@ __KERNEL_RCSID(0, "$NetBSD: comlogout.c,v 1.2 1999/02/12 06:32:12 thorpej Exp $"
#include <machine/rpb.h>
#include <machine/autoconf.h>
#include <machine/conf.h>
#include <machine/bus.h>
#include <machine/frame.h>
#include <machine/cpuconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tty_43.c,v 1.8 1998/03/01 02:22:41 fvdl Exp $ */
/* $NetBSD: tty_43.c,v 1.9 2000/03/29 03:43:31 simonb Exp $ */
/*-
* Copyright (c) 1982, 1986, 1991, 1993
@ -45,7 +45,6 @@
#include <sys/tty.h>
#include <sys/termios.h>
#include <sys/file.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/ioctl_compat.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_43.c,v 1.2 1999/04/01 18:37:33 drochner Exp $ */
/* $NetBSD: vm_43.c,v 1.3 2000/03/29 03:43:31 simonb Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -54,7 +54,6 @@
#include <sys/vnode.h>
#include <sys/file.h>
#include <sys/mman.h>
#include <sys/conf.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_isa.c,v 1.13 1998/09/16 21:30:58 is Exp $ */
/* $NetBSD: com_isa.c,v 1.14 2000/03/29 03:43:31 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -78,7 +78,6 @@
#include <sys/tty.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/conf.h>
#include <sys/file.h>
#include <sys/uio.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa.c,v 1.106 1999/02/19 16:15:06 mycroft Exp $ */
/* $NetBSD: isa.c,v 1.107 2000/03/29 03:43:31 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -39,7 +39,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/malloc.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lpt_isa.c,v 1.49 1998/08/15 03:02:32 mycroft Exp $ */
/* $NetBSD: lpt_isa.c,v 1.50 2000/03/29 03:43:31 simonb Exp $ */
/*
* Copyright (c) 1993, 1994 Charles M. Hannum.
@ -62,7 +62,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/device.h>
#include <sys/conf.h>
#include <sys/syslog.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: midisyn.c,v 1.5 1998/11/25 22:17:07 augustss Exp $ */
/* $NetBSD: midisyn.c,v 1.6 2000/03/29 03:43:31 simonb Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -46,7 +46,6 @@
#include <sys/systm.h>
#include <sys/syslog.h>
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/audioio.h>
#include <sys/midiio.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cd_atapi.c,v 1.11 1999/09/23 11:04:34 enami Exp $ */
/* $NetBSD: cd_atapi.c,v 1.12 2000/03/29 03:43:32 simonb Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
@ -56,7 +56,6 @@
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/conf.h>
#if NRND > 0
#include <sys/rnd.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: cd_scsi.c,v 1.16 1999/09/30 22:57:53 thorpej Exp $ */
/* $NetBSD: cd_scsi.c,v 1.17 2000/03/29 03:43:32 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -63,7 +63,6 @@
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/conf.h>
#if NRND > 0
#include <sys/rnd.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: sd_atapi.c,v 1.5 1999/09/30 22:57:54 thorpej Exp $ */
/* $NetBSD: sd_atapi.c,v 1.6 2000/03/29 03:43:32 simonb Exp $ */
/*
* Copyright 1998
@ -48,7 +48,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/conf.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsipi_disk.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sd_scsi.c,v 1.11 1999/09/30 22:57:54 thorpej Exp $ */
/* $NetBSD: sd_scsi.c,v 1.12 2000/03/29 03:43:32 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -62,7 +62,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/conf.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cd9660_util.c,v 1.13 1999/07/13 11:12:06 scw Exp $ */
/* $NetBSD: cd9660_util.c,v 1.14 2000/03/29 03:43:32 simonb Exp $ */
/*-
* Copyright (c) 1994
@ -49,7 +49,6 @@
#include <sys/stat.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cd9660_vnops.c,v 1.55 1999/08/03 20:19:18 wrstuden Exp $ */
/* $NetBSD: cd9660_vnops.c,v 1.56 2000/03/29 03:43:32 simonb Exp $ */
/*-
* Copyright (c) 1994
@ -49,7 +49,6 @@
#include <sys/stat.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_physio.c,v 1.40 2000/02/14 20:12:03 thorpej Exp $ */
/* $NetBSD: kern_physio.c,v 1.41 2000/03/29 03:43:32 simonb Exp $ */
/*-
* Copyright (c) 1994 Christopher G. Demetriou
@ -44,7 +44,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/malloc.h>
#include <sys/proc.h>