numam-dpdk/drivers/bus/pci
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
..
bsd use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
linux bus/pci: enable write combining during mapping 2018-06-30 00:12:58 +02:00
Makefile use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
meson.build bus/pci: use memseg walk instead of iteration 2018-04-11 19:48:10 +02:00
pci_common_uio.c bus/pci: fix interrupt handler type 2018-01-12 01:04:22 +01:00
pci_common.c bus/pci: reference driver structure before mapping 2018-06-30 00:12:58 +02:00
private.h bus/pci: remove unused function to detach by address 2018-06-27 22:54:08 +02:00
rte_bus_pci_version.map bus/pci: fix namespace of sysfs path function 2017-11-07 00:44:10 +01:00
rte_bus_pci.h remove useless constructor headers 2018-07-12 00:00:35 +02:00