net/mlx5: Remove unused ecpu field from struct mlx5_sf_table
"ecpu" field in struct mlx5_sf_table is not used anywhere. Remove it. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Shay Drory <shayd@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
2bd3b29295
commit
5f2cf757f9
@@ -28,7 +28,6 @@ struct mlx5_sf_table {
|
||||
struct mutex sf_state_lock; /* Serializes sf state among user cmds & vhca event handler. */
|
||||
struct notifier_block esw_nb;
|
||||
struct notifier_block vhca_nb;
|
||||
u8 ecpu: 1;
|
||||
};
|
||||
|
||||
static struct mlx5_sf *
|
||||
|
||||
Reference in New Issue
Block a user