X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Finit.c;h=a4689593ad7f6a76062df4f2f37b72320332f278;hb=756cd9441752fc8f84104c9ee19099506ba89f85;hp=2d20adc96101c437be022c6f8812b8664a9e56d5;hpb=58c711a196d9b178bfe6190964a7df92145cf949;p=vpp.git diff --git a/src/vnet/ethernet/init.c b/src/vnet/ethernet/init.c index 2d20adc9610..a4689593ad7 100644 --- a/src/vnet/ethernet/init.c +++ b/src/vnet/ethernet/init.c @@ -115,7 +115,6 @@ VLIB_INIT_FUNCTION (ethernet_init); ethernet_main_t * ethernet_get_main (vlib_main_t * vm) { - vlib_call_init_function (vm, ethernet_init); return ðernet_main; }