diff options
Diffstat (limited to 'device/net_io.c')
-rw-r--r-- | device/net_io.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/device/net_io.c b/device/net_io.c index a98523b7..e17c6797 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -38,7 +38,6 @@ * It may change a lot real soon. -cmaeda 11 June 1993 */ -#include <norma_ether.h> #include <mach_ttd.h> #include <sys/types.h> @@ -62,10 +61,6 @@ #include <kern/sched_prim.h> #include <kern/thread.h> -#if NORMA_ETHER -#include <norma/ipc_ether.h> -#endif /*NORMA_ETHER*/ - #include <machine/machspl.h> #if MACH_TTD @@ -647,12 +642,6 @@ net_packet(ifp, kmsg, count, priority) { boolean_t awake; -#if NORMA_ETHER - if (netipc_net_packet(kmsg, count)) { - return; - } -#endif /* NORMA_ETHER */ - #if MACH_TTD /* * Do a quick check to see if it is a kernel TTD packet. |