From d77004ab470f9eb3d511f09ee1b0c0ceaea35ff1 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Fri, 30 Mar 2018 19:58:58 +0000 Subject: [PATCH] Remove unused structure field in mlx5core. MFC after: 3 days Sponsored by: Mellanox Technologies --- sys/dev/mlx5/driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mlx5/driver.h b/sys/dev/mlx5/driver.h index 1c18caa6036..4a82fde934e 100644 --- a/sys/dev/mlx5/driver.h +++ b/sys/dev/mlx5/driver.h @@ -371,7 +371,6 @@ struct mlx5_cmd { struct cmd_msg_cache cache; int checksum_disabled; struct mlx5_cmd_stats stats[MLX5_CMD_OP_MAX]; - int moving_to_polling; }; struct mlx5_port_caps {