diff options
| author | 2021-07-31 17:14:32 +0300 | |
|---|---|---|
| committer | 2021-08-02 15:13:15 +0100 | |
| commit | 29a097b7747725da003245412dab61093d4e5976 (patch) | |
| tree | 844d0dc679391b7301792713a9ae90eba939721b /net/dsa/tag_ocelot.c | |
| parent | nfc: hci: pass callback data param as pointer in nci_request() (diff) | |
| download | wireguard-linux-29a097b7747725da003245412dab61093d4e5976.tar.xz wireguard-linux-29a097b7747725da003245412dab61093d4e5976.zip | |
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>
Diffstat (limited to 'net/dsa/tag_ocelot.c')
| -rw-r--r-- | net/dsa/tag_ocelot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dsa/tag_ocelot.c b/net/dsa/tag_ocelot.c index 3252634a29b8..d37ab98e7fe1 100644 --- a/net/dsa/tag_ocelot.c +++ b/net/dsa/tag_ocelot.c @@ -55,8 +55,7 @@ static struct sk_buff *seville_xmit(struct sk_buff *skb, } static struct sk_buff *ocelot_rcv(struct sk_buff *skb, - struct net_device *netdev, - struct packet_type *pt) + struct net_device *netdev) { u64 src_port, qos_class; u64 vlan_tci, tag_type; |
