From 73450b30c86a72193a7d1df7d491ef5d5dd6ff67 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 4 Feb 2006 16:50:14 +0000 Subject: [PATCH] Now that the em driver no longer needs to directly touch the scheduler, remove some unneeded headers. --- sys/dev/em/if_em.h | 3 --- 1 file changed, 3 deletions(-) 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;