]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/ether_if_module.c
xnu-1504.7.4.tar.gz
[apple/xnu.git] / bsd / net / ether_if_module.c
index a6ec5b2c53f02b8084347086fb39dcf7f170e340..fc1d9e4cf6f054e87c4f697904f990fbdff23fc0 100644 (file)
@@ -98,9 +98,6 @@
 #include <sys/socketvar.h>
 #include <net/if_vlan_var.h>
 #include <net/if_bond_var.h>
-#if IF_BRIDGE
-#include <net/if_bridgevar.h>
-#endif
 
 #include <net/dlil.h>
 
@@ -635,9 +632,6 @@ __private_extern__ int ether_family_init(void)
 #if BOND
        bond_family_init();
 #endif /* BOND */
-#if IF_BRIDGE
-       bridgeattach(0);
-#endif
 
  done: