Remove unused cpu field from channel structure in mlx5en(4).

MFC after:	3 days
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2019-10-02 10:26:26 +00:00
parent 2b930bc906
commit ab9f3175d4

View File

@ -868,7 +868,6 @@ struct mlx5e_channel {
/* control */
struct mlx5e_priv *priv;
int ix;
int cpu;
} __aligned(MLX5E_CACHELINE_SIZE);
enum mlx5e_traffic_types {