Don't #include <sys/proc.h>, since machine/mutex.h does it now.
This commit is contained in:
parent
c6d1d1cf5d
commit
9a02e8c68f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66281
@ -56,7 +56,6 @@
|
||||
#include <machine/bus.h>
|
||||
#include <sys/rman.h>
|
||||
#include <machine/resource.h>
|
||||
#include <sys/proc.h>
|
||||
#include <machine/mutex.h>
|
||||
|
||||
#include <net/ethernet.h>
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <machine/mutex.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include <machine/bus.h>
|
||||
#include <sys/rman.h>
|
||||
#include <machine/resource.h>
|
||||
#include <sys/proc.h>
|
||||
#include <machine/mutex.h>
|
||||
|
||||
#include <net/ethernet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user