diff options
author | Vladimir Oltean | 2022-05-11 13:06:35 +0300 |
---|---|---|
committer | Jakub Kicinski | 2022-05-12 16:39:17 -0700 |
commit | 15f6d01e4829cd2a2dc4f02a00c51d7cec1c736d (patch) | |
tree | 984ae9bac18624bc193ea107f1f4edc1069ed962 /include | |
parent | 879c610c924fef47e27ae926539594a4d080affd (diff) |
net: mscc: ocelot: delete ocelot_port :: xmit_template
This is no longer used since commit 7c4bb540e917 ("net: dsa: tag_ocelot:
create separate tagger for Seville").
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-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 e88bcfe4b2cd..919be1989c7c 100644 --- a/include/soc/mscc/ocelot.h +++ b/include/soc/mscc/ocelot.h @@ -670,7 +670,6 @@ struct ocelot_port { phy_interface_t phy_mode; - u8 *xmit_template; bool is_dsa_8021q_cpu; bool learn_ena; |