mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
net/mlx5e: kTLS, Remove unused work field
Work field in struct mlx5e_async_ctx is not used. Remove it. Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Gal Pressman <gal@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
9897229061
commit
1f74399fd1
@@ -126,7 +126,6 @@ mlx5e_get_ktls_tx_priv_ctx(struct tls_context *tls_ctx)
|
||||
struct mlx5e_async_ctx {
|
||||
struct mlx5_async_work context;
|
||||
struct mlx5_async_ctx async_ctx;
|
||||
struct work_struct work;
|
||||
struct mlx5e_ktls_offload_context_tx *priv_tx;
|
||||
struct completion complete;
|
||||
int err;
|
||||
|
||||
Reference in New Issue
Block a user