diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-02-04 16:50:14 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-02-04 16:50:14 +0000 |
| commit | 73450b30c86a72193a7d1df7d491ef5d5dd6ff67 (patch) | |
| tree | 589255d9013a1dd855712aef620e63e944e05556 /sys/dev/em | |
| parent | 81b2ed3edbf2f38007d2b253e47d7f2abfeba781 (diff) | |
Notes
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.h | 3 |
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; |
