summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-15 23:16:18 +0000
committerjhb <jhb@FreeBSD.org>2001-05-15 23:16:18 +0000
commit20e19e3f79cdb8fb7ecf94197703a46d18e78015 (patch)
treee3b5103c04e7107e35ea80029f1459df340c916a /sys/netgraph/ng_tty.c
parent1ee607ffeaad3279ffc4c0d1e6641020e9762673 (diff)
downloadFreeBSD-src-20e19e3f79cdb8fb7ecf94197703a46d18e78015.zip
FreeBSD-src-20e19e3f79cdb8fb7ecf94197703a46d18e78015.tar.gz
Remove unneeded includes in the i386 case.
Diffstat (limited to 'sys/netgraph/ng_tty.c')
-rw-r--r--sys/netgraph/ng_tty.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c
index f6e4e25..690892f 100644
--- a/sys/netgraph/ng_tty.c
+++ b/sys/netgraph/ng_tty.c
@@ -75,11 +75,6 @@
#include <netgraph/netgraph.h>
#include <netgraph/ng_tty.h>
-#ifdef __i386__ /* fiddle with the spl locking */
-#include <sys/bus.h>
-#include <machine/ipl.h>
-#endif
-
/* Misc defs */
#define MAX_MBUFQ 3 /* Max number of queued mbufs */
#define NGT_HIWATER 400 /* High water mark on output */
OpenPOWER on IntegriCloud