Drop mythical module dependency on ng_ether.

This commit is contained in:
Ruslan Ermilov 2005-02-13 00:50:18 +00:00
parent 6833149f4b
commit 48f4d9918c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141778

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.