diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index 589dd59104e..60380342c3b 100644 --- a/sys/dev/em/if_em.h +++ b/sys/dev/em/if_em.h @@ -50,8 +50,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include -#include #include #include @@ -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;