numam-dpdk/drivers/bus/ifpga
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
..
ifpga_bus.c bus/ifpga: fix null pointer dereference in scan 2018-05-22 19:16:26 +02:00
ifpga_common.c bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
ifpga_common.h bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
ifpga_logs.h bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
Makefile bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
meson.build bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
rte_bus_ifpga_version.map bus/ifpga: add Intel FPGA bus library 2018-05-11 17:08:32 +02:00
rte_bus_ifpga.h remove useless constructor headers 2018-07-12 00:00:35 +02:00