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/powerpc/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/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h index 567f0433b58..11cc4cc5670 100644 --- a/sys/arch/powerpc/include/cpu.h +++ b/sys/arch/powerpc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.59 2015/01/04 13:01:42 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.60 2015/02/11 07:05:39 dlg Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* @@ -37,7 +37,6 @@ #include <machine/frame.h> #include <sys/device.h> -#include <sys/lock.h> #include <sys/sched.h> struct cpu_info { |