Drop mythical module dependency on ng_ether.

This commit is contained in:
ru 2005-02-13 00:50:18 +00:00
parent 7fa8e716f8
commit 9ad2a7ae39

View File

@ -181,8 +181,6 @@ static struct ng_type typestruct = {
.cmdlist = ng_pppoe_cmds,
};
NETGRAPH_INIT(pppoe, &typestruct);
/* Depend on ng_ether so we can use the Ethernet parse type */
MODULE_DEPEND(ng_pppoe, ng_ether, 1, 1, 1);
/*
* States for the session state machine.