diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-03-16 21:10:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-16 23:49:52 +0100 |
commit | 2ed2c5f0391106406ead3a74bfa571575eafe8b6 (patch) | |
tree | 43eadde75070816d6f6fbded914fccbb4297889b /net/dsa | |
parent | net: ocelot: Extend MRP (diff) | |
download | linux-2ed2c5f0391106406ead3a74bfa571575eafe8b6.tar.xz linux-2ed2c5f0391106406ead3a74bfa571575eafe8b6.zip |
net: ocelot: Remove ocelot_xfh_get_cpuq
Now when extracting frames from CPU the cpuq is not used anymore so
remove it.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
-rw-r--r-- | net/dsa/tag_ocelot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dsa/tag_ocelot.c b/net/dsa/tag_ocelot.c index 157f95689d8d..f9df9cac81c5 100644 --- a/net/dsa/tag_ocelot.c +++ b/net/dsa/tag_ocelot.c @@ -83,7 +83,6 @@ static struct sk_buff *ocelot_rcv(struct sk_buff *skb, struct dsa_port *dp; u8 *extraction; u16 vlan_tpid; - u64 cpuq; /* Revert skb->data by the amount consumed by the DSA master, * so it points to the beginning of the frame. @@ -113,7 +112,6 @@ static struct sk_buff *ocelot_rcv(struct sk_buff *skb, ocelot_xfh_get_qos_class(extraction, &qos_class); ocelot_xfh_get_tag_type(extraction, &tag_type); ocelot_xfh_get_vlan_tci(extraction, &vlan_tci); - ocelot_xfh_get_cpuq(extraction, &cpuq); skb->dev = dsa_master_find_slave(netdev, 0, src_port); if (!skb->dev) |