Now that the em driver no longer needs to directly touch the scheduler, remove some
unneeded headers.
This commit is contained in:
parent
81b2ed3edb
commit
73450b30c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155305
@ -50,8 +50,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/taskqueue.h>
|
||||
#include <sys/kthread.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/sched.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <sys/rman.h>
|
||||
@ -341,7 +339,6 @@ struct adapter {
|
||||
struct task link_task;
|
||||
struct task rxtx_task;
|
||||
struct taskqueue *tq; /* private task queue */
|
||||
struct proc *tqproc; /* thread handling sc_tq */
|
||||
|
||||
/* Info about the board itself */
|
||||
u_int32_t part_num;
|
||||
|
Loading…
Reference in New Issue
Block a user