[dpdk-dev] [PATCH] drivers: remove useless constructor headers

Thomas Monjalon thomas at monjalon.net
Thu Nov 1 22:39:56 CET 2018


28/10/2018 11:47, Thomas Monjalon:
> 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 at monjalon.net>

Applied





More information about the dev mailing list