summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>2003-06-18 08:58:34 +0000
committerdrochner <drochner@NetBSD.org>2003-06-18 08:58:34 +0000
commit1a03e79900acf90b1a9e105a2fd39bcf7c24ee29 (patch)
treed80b579d0423cfa0672ebe291f0b0b6c0a8ee9f1 /sys
parent6873b338d6a748d04653924c2d61b319b66eb0cd (diff)
don't #include <sys/dkstat.h> where it is (appearently) unused
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/acorn32/mainbus/fd.c3
-rw-r--r--sys/arch/amd64/amd64/autoconf.c3
-rw-r--r--sys/arch/amiga/dev/idesc.c6
-rw-r--r--sys/arch/amiga/dev/sbic.c5
-rw-r--r--sys/arch/amiga/dev/sci.c5
-rw-r--r--sys/arch/amiga/dev/siop.c5
-rw-r--r--sys/arch/amiga/dev/siop2.c5
-rw-r--r--sys/arch/arc/jazz/fd.c3
-rw-r--r--sys/arch/atari/dev/hdfd.c3
-rw-r--r--sys/arch/bebox/bebox/autoconf.c3
-rw-r--r--sys/arch/evbppc/ev64260/autoconf.c3
-rw-r--r--sys/arch/mac68k/dev/mac68k5380.c3
-rw-r--r--sys/arch/mipsco/mipsco/autoconf.c3
-rw-r--r--sys/arch/mvme68k/dev/sbic.c3
-rw-r--r--sys/arch/mvme68k/mvme68k/autoconf.c3
-rw-r--r--sys/arch/mvmeppc/mvmeppc/autoconf.c3
-rw-r--r--sys/arch/newsmips/newsmips/autoconf.c3
-rw-r--r--sys/arch/next68k/next68k/autoconf.c3
-rw-r--r--sys/arch/pmax/dev/sii.c3
-rw-r--r--sys/arch/pmppc/pmppc/autoconf.c3
-rw-r--r--sys/arch/prep/prep/autoconf.c3
-rw-r--r--sys/arch/sandpoint/sandpoint/autoconf.c3
-rw-r--r--sys/arch/sgimips/hpc/sbic.c3
-rw-r--r--sys/arch/sparc/dev/fd.c3
-rw-r--r--sys/arch/sparc/sparc/autoconf.c3
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c3
-rw-r--r--sys/arch/sun3/dev/fd.c3
-rw-r--r--sys/arch/vax/vsa/hdc9224.c3
-rw-r--r--sys/arch/vax/vsa/vsbus.c3
-rw-r--r--sys/arch/x68k/dev/fd.c3
-rw-r--r--sys/dev/acpi/fdc_acpi.c5
-rw-r--r--sys/dev/qbus/uba.c5
32 files changed, 39 insertions, 72 deletions
diff --git a/sys/arch/acorn32/mainbus/fd.c b/sys/arch/acorn32/mainbus/fd.c
index 8c1921ae594..e59b6c01a39 100644
--- a/sys/arch/acorn32/mainbus/fd.c
+++ b/sys/arch/acorn32/mainbus/fd.c
@@ -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>
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c
index b441cf85557..f60c5f732e6 100644
--- a/sys/arch/amd64/amd64/autoconf.c
+++ b/sys/arch/amd64/amd64/autoconf.c
@@ -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>
diff --git a/sys/arch/amiga/dev/idesc.c b/sys/arch/amiga/dev/idesc.c
index d01e3c93f3f..14a4093e8ce 100644
--- a/sys/arch/amiga/dev/idesc.c
+++ b/sys/arch/amiga/dev/idesc.c
@@ -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>
diff --git a/sys/arch/amiga/dev/sbic.c b/sys/arch/amiga/dev/sbic.c
index 963c6373dec..e172efcfc33 100644
--- a/sys/arch/amiga/dev/sbic.c
+++ b/sys/arch/amiga/dev/sbic.c
@@ -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>
diff --git a/sys/arch/amiga/dev/sci.c b/sys/arch/amiga/dev/sci.c
index 5c129caddab..3c79aea5ee1 100644
--- a/sys/arch/amiga/dev/sci.c
+++ b/sys/arch/amiga/dev/sci.c
@@ -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>
diff --git a/sys/arch/amiga/dev/siop.c b/sys/arch/amiga/dev/siop.c
index 2ff564503b1..b332311c8b9 100644
--- a/sys/arch/amiga/dev/siop.c
+++ b/sys/arch/amiga/dev/siop.c
@@ -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>
diff --git a/sys/arch/amiga/dev/siop2.c b/sys/arch/amiga/dev/siop2.c
index 3b307134483..58cf661283f 100644
--- a/sys/arch/amiga/dev/siop2.c
+++ b/sys/arch/amiga/dev/siop2.c
@@ -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>
diff --git a/sys/arch/arc/jazz/fd.c b/sys/arch/arc/jazz/fd.c
index 625e1c1ceb6..2012e96f113 100644
--- a/sys/arch/arc/jazz/fd.c
+++ b/sys/arch/arc/jazz/fd.c
@@ -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>
diff --git a/sys/arch/atari/dev/hdfd.c b/sys/arch/atari/dev/hdfd.c
index 625107e772b..9e78003a2e0 100644
--- a/sys/arch/atari/dev/hdfd.c
+++ b/sys/arch/atari/dev/hdfd.c
@@ -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>
diff --git a/sys/arch/bebox/bebox/autoconf.c b/sys/arch/bebox/bebox/autoconf.c
index 955b49ee75e..0d60bf8b824 100644
--- a/sys/arch/bebox/bebox/autoconf.c
+++ b/sys/arch/bebox/bebox/autoconf.c
@@ -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>
diff --git a/sys/arch/evbppc/ev64260/autoconf.c b/sys/arch/evbppc/ev64260/autoconf.c
index 8f797a44d5e..641f37f737d 100644
--- a/sys/arch/evbppc/ev64260/autoconf.c
+++ b/sys/arch/evbppc/ev64260/autoconf.c
@@ -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>
diff --git a/sys/arch/mac68k/dev/mac68k5380.c b/sys/arch/mac68k/dev/mac68k5380.c
index 715534be527..05fcb193efc 100644
--- a/sys/arch/mac68k/dev/mac68k5380.c
+++ b/sys/arch/mac68k/dev/mac68k5380.c
@@ -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>
diff --git a/sys/arch/mipsco/mipsco/autoconf.c b/sys/arch/mipsco/mipsco/autoconf.c
index 6932a1ecda3..83fe2a053f0 100644
--- a/sys/arch/mipsco/mipsco/autoconf.c
+++ b/sys/arch/mipsco/mipsco/autoconf.c
@@ -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>
diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c
index 3701f22548b..66fd47fc794 100644
--- a/sys/arch/mvme68k/dev/sbic.c
+++ b/sys/arch/mvme68k/dev/sbic.c
@@ -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>
diff --git a/sys/arch/mvme68k/mvme68k/autoconf.c b/sys/arch/mvme68k/mvme68k/autoconf.c
index df72fb1f719..25972830a19 100644
--- a/sys/arch/mvme68k/mvme68k/autoconf.c
+++ b/sys/arch/mvme68k/mvme68k/autoconf.c
@@ -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>
diff --git a/sys/arch/mvmeppc/mvmeppc/autoconf.c b/sys/arch/mvmeppc/mvmeppc/autoconf.c
index acca2463c6a..63093bc7298 100644
--- a/sys/arch/mvmeppc/mvmeppc/autoconf.c
+++ b/sys/arch/mvmeppc/mvmeppc/autoconf.c
@@ -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>
diff --git a/sys/arch/newsmips/newsmips/autoconf.c b/sys/arch/newsmips/newsmips/autoconf.c
index e1f80185e34..62049fe6915 100644
--- a/sys/arch/newsmips/newsmips/autoconf.c
+++ b/sys/arch/newsmips/newsmips/autoconf.c
@@ -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>
diff --git a/sys/arch/next68k/next68k/autoconf.c b/sys/arch/next68k/next68k/autoconf.c
index 844f496f8e9..c0f6a669ee1 100644
--- a/sys/arch/next68k/next68k/autoconf.c
+++ b/sys/arch/next68k/next68k/autoconf.c
@@ -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>
diff --git a/sys/arch/pmax/dev/sii.c b/sys/arch/pmax/dev/sii.c
index 34122dc7d85..361582d07fe 100644
--- a/sys/arch/pmax/dev/sii.c
+++ b/sys/arch/pmax/dev/sii.c
@@ -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>
diff --git a/sys/arch/pmppc/pmppc/autoconf.c b/sys/arch/pmppc/pmppc/autoconf.c
index 8be272467d5..ae77de2f95f 100644
--- a/sys/arch/pmppc/pmppc/autoconf.c
+++ b/sys/arch/pmppc/pmppc/autoconf.c
@@ -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>
diff --git a/sys/arch/prep/prep/autoconf.c b/sys/arch/prep/prep/autoconf.c
index 2a7db79bfaf..b77378f609c 100644
--- a/sys/arch/prep/prep/autoconf.c
+++ b/sys/arch/prep/prep/autoconf.c
@@ -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>
diff --git a/sys/arch/sandpoint/sandpoint/autoconf.c b/sys/arch/sandpoint/sandpoint/autoconf.c
index 7d367c21fff..b72da6043bd 100644
--- a/sys/arch/sandpoint/sandpoint/autoconf.c
+++ b/sys/arch/sandpoint/sandpoint/autoconf.c
@@ -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>
diff --git a/sys/arch/sgimips/hpc/sbic.c b/sys/arch/sgimips/hpc/sbic.c
index 03e49af19da..fdc587a6791 100644
--- a/sys/arch/sgimips/hpc/sbic.c
+++ b/sys/arch/sgimips/hpc/sbic.c
@@ -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>
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c
index e64dfbe0476..c6ac319ce68 100644
--- a/sys/arch/sparc/dev/fd.c
+++ b/sys/arch/sparc/dev/fd.c
@@ -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>
diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c
index af6a1465f7a..a9486f547e9 100644
--- a/sys/arch/sparc/sparc/autoconf.c
+++ b/sys/arch/sparc/sparc/autoconf.c
@@ -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>
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index 82c3965656b..e045c8c6c2d 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -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>
diff --git a/sys/arch/sun3/dev/fd.c b/sys/arch/sun3/dev/fd.c
index 3a6f993dc8a..19541322d6d 100644
--- a/sys/arch/sun3/dev/fd.c
+++ b/sys/arch/sun3/dev/fd.c
@@ -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>
diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c
index 719d10e0836..2d609c71578 100644
--- a/sys/arch/vax/vsa/hdc9224.c
+++ b/sys/arch/vax/vsa/hdc9224.c
@@ -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>
diff --git a/sys/arch/vax/vsa/vsbus.c b/sys/arch/vax/vsa/vsbus.c
index 210bfff4ff1..0021210d2fc 100644
--- a/sys/arch/vax/vsa/vsbus.c
+++ b/sys/arch/vax/vsa/vsbus.c
@@ -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>
diff --git a/sys/arch/x68k/dev/fd.c b/sys/arch/x68k/dev/fd.c
index 7053d67efd5..785a2ca31c0 100644
--- a/sys/arch/x68k/dev/fd.c
+++ b/sys/arch/x68k/dev/fd.c
@@ -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>
diff --git a/sys/dev/acpi/fdc_acpi.c b/sys/dev/acpi/fdc_acpi.c
index 453d6ed586d..8079103a5c9 100644
--- a/sys/dev/acpi/fdc_acpi.c
+++ b/sys/dev/acpi/fdc_acpi.c
@@ -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
diff --git a/sys/dev/qbus/uba.c b/sys/dev/qbus/uba.c
index 254162b9753..ea782c8f378 100644
--- a/sys/dev/qbus/uba.c
+++ b/sys/dev/qbus/uba.c
@@ -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>