diff options
author | Damjan Marion <damarion@cisco.com> | 2023-07-28 13:19:49 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-07-28 15:51:12 +0000 |
commit | 00ea98ad6050e7784da1153c4d8a9145bc481308 (patch) | |
tree | ee6d3f7836583f9c96055b052afe6ee383f2c19e /src/plugins/avf | |
parent | c5c0d0cf8ab30b29ab72e0933d32259e32d9c95a (diff) |
vlib: pci cleanup and improvements
Change-Id: Ieafbed6f2db3dec65e4b43d84a4661f6a1bbe891
Type: improvement
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/avf')
-rw-r--r-- | src/plugins/avf/device.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/plugins/avf/device.c b/src/plugins/avf/device.c index dbe344ca278..67f9227a7e5 100644 --- a/src/plugins/avf/device.c +++ b/src/plugins/avf/device.c @@ -1955,17 +1955,4 @@ avf_init (vlib_main_t * vm) return 0; } -/* *INDENT-OFF* */ -VLIB_INIT_FUNCTION (avf_init) = -{ - .runs_after = VLIB_INITS ("pci_bus_init"), -}; -/* *INDENT-OFF* */ - -/* - * fd.io coding-style-patch-verification: ON - * - * Local Variables: - * eval: (c-set-style "gnu") - * End: - */ +VLIB_INIT_FUNCTION (avf_init); |