diff options
author | 2015-02-11 07:05:39 +0000 | |
---|---|---|
committer | 2015-02-11 07:05:39 +0000 | |
commit | d3b1d173f07835f2d78b379d23a5946ce16b055a (patch) | |
tree | 42773cf5d90a68b2c2588c9f256dffe60b8942da /sys/arch/sh/include | |
parent | Switch most printf style functions calls back to linux function names (diff) | |
download | wireguard-openbsd-d3b1d173f07835f2d78b379d23a5946ce16b055a.tar.xz wireguard-openbsd-d3b1d173f07835f2d78b379d23a5946ce16b055a.zip |
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> |