summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-03 14:15:18 +0000
committerphk <phk@FreeBSD.org>1999-11-03 14:15:18 +0000
commitaa6c0121388c39f105b9b3b51279313b47ad4af7 (patch)
tree6ab1568572ec24b7ee6a67f60a6f65cbbc603608 /sys/pci/if_mn.c
parenta6091f0a4264e235fe894622b41009f4d90e7ccb (diff)
downloadFreeBSD-src-aa6c0121388c39f105b9b3b51279313b47ad4af7.zip
FreeBSD-src-aa6c0121388c39f105b9b3b51279313b47ad4af7.tar.gz
Remove compat cruft.
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 6461e1f..53ef63f 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -64,9 +64,6 @@ struct mn_control {
#include <vm/pmap.h>
#include <machine/clock.h>
-#include <net/if.h>
-#include <net/if_sync.h>
-
#include <netgraph/ng_message.h>
#include <netgraph/ng_sample.h>
#include <netgraph/netgraph.h>
@@ -216,7 +213,6 @@ struct schan {
enum {DOWN, UP} state;
struct softc *sc;
int chan;
- struct if_sync sif;
u_int32_t ts;
char name[8];
struct trxd *r1, *rl;
OpenPOWER on IntegriCloud