summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_raid1.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-01-27 10:12:46 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-01-27 10:12:46 +0000
commit5647507e3a1cff6e891bdf91c5200d1122bf850a (patch)
treeb70daab9a1a690ddc4d85ccc59b05f8520656cba /sys/dev/softraid_raid1.c
parent6e1ed10eddcebd38a0c235de7be06c7285a428da (diff)
remove #include <sys/workq.h>. it wont exist anymore soon.
Diffstat (limited to 'sys/dev/softraid_raid1.c')
-rw-r--r--sys/dev/softraid_raid1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid_raid1.c b/sys/dev/softraid_raid1.c
index 7317ac0d371..b88d1411f94 100644
--- a/sys/dev/softraid_raid1.c
+++ b/sys/dev/softraid_raid1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid_raid1.c,v 1.59 2014/11/18 02:37:30 tedu Exp $ */
+/* $OpenBSD: softraid_raid1.c,v 1.60 2015/01/27 10:12:45 dlg Exp $ */
/*
* Copyright (c) 2007 Marco Peereboom <marco@peereboom.us>
*
@@ -33,7 +33,6 @@
#include <sys/sensors.h>
#include <sys/stat.h>
#include <sys/task.h>
-#include <sys/workq.h>
#include <sys/conf.h>
#include <sys/uio.h>