mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed redundant MODULE_VERSION().
This commit is contained in:
parent
687809752d
commit
953a8b2e6d
2 changed files with 0 additions and 2 deletions
|
|
@ -187,7 +187,6 @@ static struct ng_type ng_ether_typestruct = {
|
|||
.disconnect = ng_ether_disconnect,
|
||||
.cmdlist = ng_ether_cmdlist,
|
||||
};
|
||||
MODULE_VERSION(ng_ether, 1);
|
||||
NETGRAPH_INIT(ether, &ng_ether_typestruct);
|
||||
|
||||
/******************************************************************
|
||||
|
|
|
|||
|
|
@ -153,7 +153,6 @@ static struct ng_type ng_gif_typestruct = {
|
|||
.disconnect = ng_gif_disconnect,
|
||||
.cmdlist = ng_gif_cmdlist,
|
||||
};
|
||||
MODULE_VERSION(ng_gif, 1);
|
||||
MODULE_DEPEND(ng_gif, if_gif, 1,1,1);
|
||||
NETGRAPH_INIT(gif, &ng_gif_typestruct);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue