diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-09-22 16:57:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-23 12:34:14 +0100 |
commit | 68a81bb2eebdeaabb04ae04c4d89c3bb5bec3b32 (patch) | |
tree | f8159e8ae27a487fdddd7b4e0b059d8d1c2c233f /include/linux/dsa | |
parent | 428168f9951710854d8d1abf6ca03a8bdab0ccc5 (diff) |
net: dsa: sja1105: remove sp->dp
It looks like this field was never used since its introduction in commit
227d07a07ef1 ("net: dsa: sja1105: Add support for traffic through
standalone ports") remove it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dsa')
-rw-r--r-- | include/linux/dsa/sja1105.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dsa/sja1105.h b/include/linux/dsa/sja1105.h index 171106202fe5..71b69ec52108 100644 --- a/include/linux/dsa/sja1105.h +++ b/include/linux/dsa/sja1105.h @@ -65,7 +65,6 @@ struct sja1105_port { struct kthread_work xmit_work; struct sk_buff_head xmit_queue; struct sja1105_tagger_data *data; - struct dsa_port *dp; bool hwts_tx_en; }; |