summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-02-04 16:50:14 +0000
committerscottl <scottl@FreeBSD.org>2006-02-04 16:50:14 +0000
commit58843986f94776bd862a388bf87c071eec4767c7 (patch)
tree589255d9013a1dd855712aef620e63e944e05556
parentf4138ecb02ca21b2144f23b6d1cff59f53e2b43e (diff)
downloadFreeBSD-src-58843986f94776bd862a388bf87c071eec4767c7.zip
FreeBSD-src-58843986f94776bd862a388bf87c071eec4767c7.tar.gz
Now that the em driver no longer needs to directly touch the scheduler, remove some
unneeded headers.
-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 589dd59..6038034 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;
OpenPOWER on IntegriCloud