Added dependency on the miibus module.

This commit is contained in:
ru 2004-05-21 08:43:38 +00:00
parent 495f3cad6e
commit 418aa56fe4

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)