X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx5%2Fmlx5_rxmode.c;h=25fb47c9ede2c431904f6ca4a6d75dce18eedabb;hb=c2a42d19d967e24223f06f2fc797eaed8e17c345;hp=80b125653d2e108fb66054fbaee69899a60b3eb6;hpb=4d18abd13068a60589706c2ba4a634ae8e7f9d32;p=dpdk.git diff --git a/drivers/net/mlx5/mlx5_rxmode.c b/drivers/net/mlx5/mlx5_rxmode.c index 80b125653d..25fb47c9ed 100644 --- a/drivers/net/mlx5/mlx5_rxmode.c +++ b/drivers/net/mlx5/mlx5_rxmode.c @@ -7,20 +7,10 @@ #include #include -/* Verbs header. */ -/* ISO C doesn't support unnamed structs/unions, disabling -pedantic. */ -#ifdef PEDANTIC -#pragma GCC diagnostic ignored "-Wpedantic" -#endif -#include -#ifdef PEDANTIC -#pragma GCC diagnostic error "-Wpedantic" -#endif - -#include +#include +#include #include "mlx5.h" -#include "mlx5_rxtx.h" #include "mlx5_utils.h" /**