don't #include <sys/dkstat.h> where it is (appearently) unused

This commit is contained in:
drochner 2003-06-18 08:58:34 +00:00
parent 6873b338d6
commit 1a03e79900
32 changed files with 39 additions and 72 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.15 2003/04/19 19:55:07 bjh21 Exp $ */
/* $NetBSD: fd.c,v 1.16 2003/06/18 08:58:35 drochner Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -102,7 +102,6 @@
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */
/* $NetBSD: autoconf.c,v 1.2 2003/06/18 08:58:35 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -50,7 +50,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: idesc.c,v 1.52 2003/01/17 04:20:38 lonewolf Exp $ */
/* $NetBSD: idesc.c,v 1.53 2003/06/18 08:58:35 drochner Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: idesc.c,v 1.52 2003/01/17 04:20:38 lonewolf Exp $");
__KERNEL_RCSID(0, "$NetBSD: idesc.c,v 1.53 2003/06/18 08:58:35 drochner Exp $");
/*
* A4000 IDE interface, emulating a SCSI controller
@ -80,9 +80,7 @@ __KERNEL_RCSID(0, "$NetBSD: idesc.c,v 1.52 2003/01/17 04:20:38 lonewolf Exp $");
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.51 2003/05/03 18:10:43 wiz Exp $ */
/* $NetBSD: sbic.c,v 1.52 2003/06/18 08:58:35 drochner Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -46,14 +46,13 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.51 2003/05/03 18:10:43 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.52 2003/06/18 08:58:35 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h> /* For hz */
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sci.c,v 1.27 2002/01/28 09:57:02 aymeric Exp $ */
/* $NetBSD: sci.c,v 1.28 2003/06/18 08:58:36 drochner Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@ -44,13 +44,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sci.c,v 1.27 2002/01/28 09:57:02 aymeric Exp $");
__KERNEL_RCSID(0, "$NetBSD: sci.c,v 1.28 2003/06/18 08:58:36 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop.c,v 1.48 2003/04/01 21:26:32 thorpej Exp $ */
/* $NetBSD: siop.c,v 1.49 2003/06/18 08:58:36 drochner Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@ -46,13 +46,12 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.48 2003/04/01 21:26:32 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.49 2003/06/18 08:58:36 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop2.c,v 1.20 2003/04/01 21:26:33 thorpej Exp $ */
/* $NetBSD: siop2.c,v 1.21 2003/06/18 08:58:36 drochner Exp $ */
/*
* Copyright (c) 1994,1998 Michael L. Hitch
@ -46,13 +46,12 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.20 2003/04/01 21:26:33 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.21 2003/06/18 08:58:36 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.14 2003/04/27 17:05:58 tsutsui Exp $ */
/* $NetBSD: fd.c,v 1.15 2003/06/18 08:58:36 drochner Exp $ */
/* $OpenBSD: fd.c,v 1.6 1998/10/03 21:18:57 millert Exp $ */
/* NetBSD: fd.c,v 1.78 1995/07/04 07:23:09 mycroft Exp */
@ -85,7 +85,6 @@
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/uio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdfd.c,v 1.38 2003/05/03 18:10:46 wiz Exp $ */
/* $NetBSD: hdfd.c,v 1.39 2003/06/18 08:58:37 drochner Exp $ */
/*-
* Copyright (c) 1996 Leo Weppelman
@ -68,7 +68,6 @@
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.10 2003/02/03 17:09:54 matt Exp $ */
/* $NetBSD: autoconf.c,v 1.11 2003/06/18 08:58:37 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.2 2003/04/09 15:44:26 matt Exp $ */
/* $NetBSD: autoconf.c,v 1.3 2003/06/18 08:58:37 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mac68k5380.c,v 1.38 2003/04/02 01:09:19 thorpej Exp $ */
/* $NetBSD: mac68k5380.c,v 1.39 2003/06/18 08:58:38 drochner Exp $ */
/*
* Copyright (c) 1995 Allen Briggs
@ -37,7 +37,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/dkstat.h>
#include <sys/syslog.h>
#include <sys/buf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.7 2002/09/25 22:21:12 thorpej Exp $ */
/* $NetBSD: autoconf.c,v 1.8 2003/06/18 08:58:38 drochner Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -53,7 +53,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.21 2003/05/03 18:10:52 wiz Exp $ */
/* $NetBSD: sbic.c,v 1.22 2003/06/18 08:58:38 drochner Exp $ */
/*
* Changes Copyright (c) 1996 Steve Woodford
@ -59,7 +59,6 @@
#include <sys/device.h>
#include <sys/kernel.h> /* For hz */
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.35 2002/09/27 02:24:18 thorpej Exp $ */
/* $NetBSD: autoconf.c,v 1.36 2003/06/18 08:58:38 drochner Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -51,7 +51,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.2 2002/09/06 13:18:43 gehenna Exp $ */
/* $NetBSD: autoconf.c,v 1.3 2003/06/18 08:58:39 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.18 2003/06/14 16:18:30 tsutsui Exp $ */
/* $NetBSD: autoconf.c,v 1.19 2003/06/18 08:58:39 drochner Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -53,7 +53,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.11 2003/05/03 18:10:56 wiz Exp $ */
/* $NetBSD: autoconf.c,v 1.12 2003/06/18 08:58:39 drochner Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -53,7 +53,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sii.c,v 1.46 2003/05/03 18:10:57 wiz Exp $ */
/* $NetBSD: sii.c,v 1.47 2003/06/18 08:58:39 drochner Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -49,7 +49,6 @@
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/device.h>
#include <sys/dkstat.h>
#include <sys/systm.h>
#include <machine/locore.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.3 2003/02/03 17:10:00 matt Exp $ */
/* $NetBSD: autoconf.c,v 1.4 2003/06/18 08:58:40 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.6 2002/09/06 13:18:43 gehenna Exp $ */
/* $NetBSD: autoconf.c,v 1.7 2003/06/18 08:58:40 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.7 2003/02/03 17:10:13 matt Exp $ */
/* $NetBSD: autoconf.c,v 1.8 2003/06/18 08:58:40 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#include <sys/reboot.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.12 2003/05/03 18:10:57 wiz Exp $ */
/* $NetBSD: sbic.c,v 1.13 2003/06/18 08:58:40 drochner Exp $ */
/*
* Changes Copyright (c) 2001 Wayne Knowles
@ -52,7 +52,6 @@
#include <sys/device.h>
#include <sys/kernel.h> /* For hz */
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.106 2003/05/03 18:10:59 wiz Exp $ */
/* $NetBSD: fd.c,v 1.107 2003/06/18 08:58:41 drochner Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -87,7 +87,6 @@
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/fdio.h>
#include <sys/buf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.195 2003/04/26 14:12:22 ragge Exp $ */
/* $NetBSD: autoconf.c,v 1.196 2003/06/18 08:58:41 drochner Exp $ */
/*
* Copyright (c) 1996
@ -62,7 +62,6 @@
#include <sys/disklabel.h>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.75 2003/05/18 22:11:31 martin Exp $ */
/* $NetBSD: autoconf.c,v 1.76 2003/06/18 08:58:41 drochner Exp $ */
/*
* Copyright (c) 1996
@ -56,7 +56,6 @@
#include <sys/disklabel.h>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.35 2003/05/21 22:28:01 kristerw Exp $ */
/* $NetBSD: fd.c,v 1.36 2003/06/18 08:58:42 drochner Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@ -49,7 +49,6 @@
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/fdio.h>
#include <sys/buf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdc9224.c,v 1.28 2003/05/10 23:12:42 thorpej Exp $ */
/* $NetBSD: hdc9224.c,v 1.29 2003/06/18 08:58:42 drochner Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -61,7 +61,6 @@
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/device.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vsbus.c,v 1.42 2003/04/01 15:18:15 thorpej Exp $ */
/* $NetBSD: vsbus.c,v 1.43 2003/06/18 08:58:42 drochner Exp $ */
/*
* Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -41,7 +41,6 @@
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/device.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/syslog.h>
#include <sys/stat.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.55 2003/05/03 18:11:07 wiz Exp $ */
/* $NetBSD: fd.c,v 1.56 2003/06/18 08:58:42 drochner Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -89,7 +89,6 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/uio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdc_acpi.c,v 1.8 2003/05/21 17:23:55 christos Exp $ */
/* $NetBSD: fdc_acpi.c,v 1.9 2003/06/18 08:58:34 drochner Exp $ */
/*
* Copyright (c) 2002 Jared D. McNeill <jmcneill@invisible.ca>
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.8 2003/05/21 17:23:55 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.9 2003/06/18 08:58:34 drochner Exp $");
#include "rnd.h"
@ -42,7 +42,6 @@ __KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.8 2003/05/21 17:23:55 christos Exp $"
#include <sys/buf.h>
#include <sys/queue.h>
#include <sys/disk.h>
#include <sys/dkstat.h>
#if NRND > 0
#include <sys/rnd.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: uba.c,v 1.65 2003/04/01 02:06:06 thorpej Exp $ */
/* $NetBSD: uba.c,v 1.66 2003/06/18 08:58:34 drochner Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
* Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uba.c,v 1.65 2003/04/01 02:06:06 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: uba.c,v 1.66 2003/06/18 08:58:34 drochner Exp $");
#include <sys/param.h>
#include <sys/time.h>
@ -47,7 +47,6 @@ __KERNEL_RCSID(0, "$NetBSD: uba.c,v 1.65 2003/04/01 02:06:06 thorpej Exp $");
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/device.h>