diff options
| author | Jiri Pirko <[email protected]> | 2019-02-24 06:46:22 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-02-24 20:25:28 -0800 |
| commit | 7c3cb68f488ebee1ea5695cd26434df192ce2239 (patch) | |
| tree | 79e470454b08a623f258c97cf3f71c383f294ca4 | |
| parent | 731e7ccb1d22f79463215bec8f9c90f92c0fb51b (diff) | |
mlxsw: spectrum_acl: Remove unused ops field from group structure
Never used, remove it.
Signed-off-by: Jiri Pirko <[email protected]>
Signed-off-by: Ido Schimmel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c index 7e225a86e3a8..80bf0a510203 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c @@ -164,7 +164,6 @@ struct mlxsw_sp_acl_tcam_group { struct list_head vregion_list; unsigned int region_count; struct rhashtable vchunk_ht; - struct mlxsw_sp_acl_tcam_group_ops *ops; const struct mlxsw_sp_acl_tcam_pattern *patterns; unsigned int patterns_count; bool tmplt_elusage_set; |