summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6461e1f8ce83..53ef63f043ec 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;