net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 31 Jul 2021 14:14:32 +0000 (17:14 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Aug 2021 14:13:15 +0000 (15:13 +0100)
commit29a097b7747725da003245412dab61093d4e5976
tree844d0dc679391b7301792713a9ae90eba939721b
parent35d7a6f1fb53479965e9f99e8c87edc642336eba
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()

No tagging driver uses this.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
17 files changed:
include/net/dsa.h
net/dsa/dsa.c
net/dsa/tag_ar9331.c
net/dsa/tag_brcm.c
net/dsa/tag_dsa.c
net/dsa/tag_gswip.c
net/dsa/tag_hellcreek.c
net/dsa/tag_ksz.c
net/dsa/tag_lan9303.c
net/dsa/tag_mtk.c
net/dsa/tag_ocelot.c
net/dsa/tag_ocelot_8021q.c
net/dsa/tag_qca.c
net/dsa/tag_rtl4_a.c
net/dsa/tag_sja1105.c
net/dsa/tag_trailer.c
net/dsa/tag_xrs700x.c