Remove an unneeded #include <machine/bus.h> that snuck in accidentally with

the MI mutexes.

Submitted indirectly by:	bde
This commit is contained in:
jhb 2000-11-07 00:44:24 +00:00
parent 307f173be5
commit 7ee94f3cb0

View File

@ -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_ */