net/mlx5: Remove unused field in EQ
authorTariq Toukan <tariqt@mellanox.com>
Wed, 15 Apr 2020 16:34:03 +0000 (19:34 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 30 Apr 2020 17:10:43 +0000 (10:10 -0700)
The size field in EQ is not in use.
Remove it.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Tal Gilboa <talgi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h

index 4be4d2d..4aaca74 100644 (file)
@@ -27,7 +27,6 @@ struct mlx5_eq {
        __be32 __iomem          *doorbell;
        u32                     cons_index;
        struct mlx5_frag_buf    buf;
-       int                     size;
        unsigned int            vecidx;
        unsigned int            irqn;
        u8                      eqn;