drivers: remove useless constructor headers
authorThomas Monjalon <thomas@monjalon.net>
Sun, 28 Oct 2018 10:47:47 +0000 (11:47 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 1 Nov 2018 21:38:00 +0000 (22:38 +0100)
commitdf285f0e6529401fa8c33e00b1b8f889458dd18b
tree15094173be86795556fd514f949d09092879da88
parent4d4c612e6a3021c9d0faa7768919c588021af230
drivers: 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>
drivers/bus/vmbus/rte_bus_vmbus.h
drivers/compress/octeontx/otx_zip_pmd.c
drivers/compress/zlib/zlib_pmd.c
drivers/net/netvsc/hn_ethdev.c