Added dependency on the miibus module.

This commit is contained in:
Ruslan Ermilov 2004-05-21 08:43:38 +00:00
parent 17249aab6e
commit d35bcd3bbf

View file

@ -245,6 +245,7 @@ static moduledata_t vlan_mod = {
};
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
MODULE_DEPEND(if_vlan, miibus, 1, 1, 1);
static int
vlan_clone_create(struct if_clone *ifc, int unit)