diff options
author | Thomas Petazzoni <[email protected]> | 2017-02-21 11:28:06 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-02-21 13:16:15 -0500 |
commit | 5dfa9e8337b1c8a7e291929e676c167b6ea953e6 (patch) | |
tree | 5568c2c2f881c02b4b5ac62d562b973e33c3ea52 | |
parent | 36fb7435b6ac4d288a2d4deea8934f9456ab46b6 (diff) |
net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'
This commit remove a field of 'struct mvpp2_tx_queue' that is not used
anywhere.
Signed-off-by: Thomas Petazzoni <[email protected]>
Acked-by: Russell King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/ethernet/marvell/mvpp2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2.c b/drivers/net/ethernet/marvell/mvpp2.c index 5d6b4edcc13b..27699c8af3a1 100644 --- a/drivers/net/ethernet/marvell/mvpp2.c +++ b/drivers/net/ethernet/marvell/mvpp2.c @@ -823,9 +823,6 @@ struct mvpp2_tx_queue { /* Per-CPU control of physical Tx queues */ struct mvpp2_txq_pcpu __percpu *pcpu; - /* Array of transmitted skb */ - struct sk_buff **tx_skb; - u32 done_pkts_coal; /* Virtual address of thex Tx DMA descriptors array */ |