summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-02-11 07:05:40 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-02-11 07:05:40 +0000
commit8d7f2c1964df23fdbc680aff4d8508cc3ccd5438 (patch)
tree96f46ae0bd21bd4bbc513f74e4234c2c9afc20fc /sys/arch/sh/include
parentad5913cac487cf6124985987c03aae56e75bcdc9 (diff)
no md code wants lockmgr locks, so no md code needs to include sys/lock.h
with and ok miod@
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r--sys/arch/sh/include/intr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/include/intr.h b/sys/arch/sh/include/intr.h
index 706b4dc169f..41f83944ec1 100644
--- a/sys/arch/sh/include/intr.h
+++ b/sys/arch/sh/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.8 2010/12/21 14:56:24 claudio Exp $ */
+/* $OpenBSD: intr.h,v 1.9 2015/02/11 07:05:39 dlg Exp $ */
/* $NetBSD: intr.h,v 1.22 2006/01/24 23:51:42 uwe Exp $ */
/*-
@@ -34,7 +34,6 @@
#include <sys/device.h>
#include <sys/evcount.h>
-#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/queue.h>
#include <sh/psl.h>