diff options
author | Colin Foster <colin.foster@in-advantage.com> | 2022-11-19 15:14:04 -0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-11-22 15:36:43 +0100 |
commit | 33d5eeb9a684a2e962ca0be3fe557a2c9f48d8e2 (patch) | |
tree | 4cbb0fcae275a2ce6c19fcf819be67181d1e4a7a /include/soc | |
parent | 837a3d66d698516ad2330e122eba9752ec3a48ed (diff) | |
download | linux-33d5eeb9a684a2e962ca0be3fe557a2c9f48d8e2.tar.gz |
net: mscc: ocelot: remove redundant stats_layout pointers
Ever since commit 4d1d157fb6a4 ("net: mscc: ocelot: share the common stat
definitions between all drivers") the stats_layout entry in ocelot and
felix drivers have become redundant. Remove the unnecessary code.
Suggested-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/mscc/ocelot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h index 967ba30ea636..995b5950afe6 100644 --- a/include/soc/mscc/ocelot.h +++ b/include/soc/mscc/ocelot.h @@ -967,7 +967,6 @@ struct ocelot { struct regmap *targets[TARGET_MAX]; struct regmap_field *regfields[REGFIELD_MAX]; const u32 *const *map; - const struct ocelot_stat_layout *stats_layout; struct list_head stats_regions; u32 pool_size[OCELOT_SB_NUM][OCELOT_SB_POOL_NUM]; |