Skip to content

Commit 7c3cb68

Browse files
jpirkodavem330
authored andcommitted
mlxsw: spectrum_acl: Remove unused ops field from group structure
Never used, remove it. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 731e7cc commit 7c3cb68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ struct mlxsw_sp_acl_tcam_group {
164164
struct list_head vregion_list;
165165
unsigned int region_count;
166166
struct rhashtable vchunk_ht;
167-
struct mlxsw_sp_acl_tcam_group_ops *ops;
168167
const struct mlxsw_sp_acl_tcam_pattern *patterns;
169168
unsigned int patterns_count;
170169
bool tmplt_elusage_set;

0 commit comments

Comments
 (0)