numam-dpdk/drivers/net/null
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
Makefile bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
meson.build net/null: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_eth_null.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
rte_pmd_null_version.map net/null: internalize create function 2017-04-18 19:03:49 +02:00