summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:13:20 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:13:20 +0000
commitbe90184410fe8aaf59012f30ea8aabcf3e8e800b (patch)
tree54ab64d4242381c3b185efd9a13ad73978f2fff0 /sys/arch/sparc/dev
parent1ee2a3987905eaa068967556cc3ae8de6feff2e8 (diff)
Do not #include <sys/dkstat.h> if you don't need anything from it.
ok krw@ deraadt@
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/fd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c
index 222aa4f653b..1b0940d218a 100644
--- a/sys/arch/sparc/dev/fd.c
+++ b/sys/arch/sparc/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.79 2010/09/28 12:39:17 miod Exp $ */
+/* $OpenBSD: fd.c,v 1.80 2010/11/18 21:13:19 miod Exp $ */
/* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */
/*-
@@ -77,7 +77,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>