summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-12 11:14:25 +0000
committerru <ru@FreeBSD.org>2005-02-12 11:14:25 +0000
commit03b8abc87714fb6328d3cdd33f74a266f1aa84c6 (patch)
tree537a6b9ec944ea8dbbb405aebcd488dfd68cfa4b /sys/netgraph/ng_ether.c
parentfa1f09bbf69731ba4de4bb8c411bd375796061f8 (diff)
downloadFreeBSD-src-03b8abc87714fb6328d3cdd33f74a266f1aa84c6.zip
FreeBSD-src-03b8abc87714fb6328d3cdd33f74a266f1aa84c6.tar.gz
Removed redundant MODULE_VERSION().
Diffstat (limited to 'sys/netgraph/ng_ether.c')
-rw-r--r--sys/netgraph/ng_ether.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c
index 12ab4db..674a1f2 100644
--- a/sys/netgraph/ng_ether.c
+++ b/sys/netgraph/ng_ether.c
@@ -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);
/******************************************************************
OpenPOWER on IntegriCloud