aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ethernet/init.c')
-rw-r--r--src/vnet/ethernet/init.c1
1 files changed, 0 insertions, 1 deletions
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 &ethernet_main;
}