The vlan code has not required the miibus code since 6.0 when

if_link_state_change() was added and the vlan link-state hook was moved
out of miibus and into net/if.c.

MFC after:	1 month
This commit is contained in:
John Baldwin 2009-04-17 17:40:47 +00:00
parent 0c512ce8ee
commit c8728236ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191217

View File

@ -574,7 +574,6 @@ static moduledata_t vlan_mod = {
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
MODULE_VERSION(if_vlan, 3);
MODULE_DEPEND(if_vlan, miibus, 1, 1, 1);
static struct ifnet *
vlan_clone_match_ethertag(struct if_clone *ifc, const char *name, int *tag)