net/mlx5e: kTLS, Remove unused work field
authorTariq Toukan <tariqt@nvidia.com>
Wed, 14 Sep 2022 08:02:34 +0000 (11:02 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 12 Nov 2022 10:20:19 +0000 (02:20 -0800)
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>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c

index 2e03352..f8d9708 100644 (file)
@@ -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;