aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2006-02-04 16:50:14 +0000
committerScott Long <scottl@FreeBSD.org>2006-02-04 16:50:14 +0000
commit73450b30c86a72193a7d1df7d491ef5d5dd6ff67 (patch)
tree589255d9013a1dd855712aef620e63e944e05556 /sys/dev/em
parent81b2ed3edbf2f38007d2b253e47d7f2abfeba781 (diff)
Notes
Diffstat (limited to 'sys/dev/em')
-rw-r--r--sys/dev/em/if_em.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h
index 589dd59104e91..60380342c3baa 100644
--- a/sys/dev/em/if_em.h
+++ b/sys/dev/em/if_em.h
@@ -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;