diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 07:05:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 07:05:40 +0000 |
commit | 8d7f2c1964df23fdbc680aff4d8508cc3ccd5438 (patch) | |
tree | 96f46ae0bd21bd4bbc513f74e4234c2c9afc20fc /sys/arch/sh/include | |
parent | ad5913cac487cf6124985987c03aae56e75bcdc9 (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.h | 3 |
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> |