summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/sysmon_taskq.c
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-01-04 21:17:40 +0000
committerad <ad@NetBSD.org>2008-01-04 21:17:40 +0000
commit0664a0459bf6ef4342e31b3bf0327a7bc3997776 (patch)
treeb48e347640c1fc0918c24ded9444d55a24a31878 /sys/dev/sysmon/sysmon_taskq.c
parent46a018d0e2a929dda153017a300c25e2e4c045c5 (diff)
Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the build recently anyhow.
Diffstat (limited to 'sys/dev/sysmon/sysmon_taskq.c')
-rw-r--r--sys/dev/sysmon/sysmon_taskq.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sysmon/sysmon_taskq.c b/sys/dev/sysmon/sysmon_taskq.c
index a9d6d158bc4..864d1810fde 100644
--- a/sys/dev/sysmon/sysmon_taskq.c
+++ b/sys/dev/sysmon/sysmon_taskq.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_taskq.c,v 1.11 2007/12/05 07:06:52 ad Exp $ */
+/* $NetBSD: sysmon_taskq.c,v 1.12 2008/01/04 21:18:06 ad Exp $ */
/*
* Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -41,11 +41,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.11 2007/12/05 07:06:52 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.12 2008/01/04 21:18:06 ad Exp $");
#include <sys/param.h>
#include <sys/malloc.h>
-#include <sys/lock.h>
#include <sys/queue.h>
#include <sys/proc.h>
#include <sys/kthread.h>