aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mutex.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-11-07 00:44:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-11-07 00:44:24 +0000
commitd9de7cc7bdae389b7a505b048db5fe36e9d7857f (patch)
tree1b1b32245a47bbd9acb2201604707386d40a7e11 /sys/sys/mutex.h
parentab3978871b2ba332e91d869d3211bd03c07d92fe (diff)
downloadsrc-d9de7cc7bdae389b7a505b048db5fe36e9d7857f.tar.gz
src-d9de7cc7bdae389b7a505b048db5fe36e9d7857f.zip
Remove an unneeded #include <machine/bus.h> that snuck in accidentally with
the MI mutexes. Submitted indirectly by: bde
Notes
Notes: svn path=/head/; revision=68415
Diffstat (limited to 'sys/sys/mutex.h')
-rw-r--r--sys/sys/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index ff17f6e39efa..eb38ffa28517 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -38,7 +38,6 @@
#ifdef _KERNEL
#include <sys/ktr.h>
#include <machine/atomic.h>
-#include <machine/bus.h>
#include <machine/cpufunc.h>
#include <machine/globals.h>
#endif /* _KERNEL_ */