diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-21 05:28:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 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 <thomas.petazzoni@free-electrons.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 { | |||
823 | /* Per-CPU control of physical Tx queues */ | 823 | /* Per-CPU control of physical Tx queues */ |
824 | struct mvpp2_txq_pcpu __percpu *pcpu; | 824 | struct mvpp2_txq_pcpu __percpu *pcpu; |
825 | 825 | ||
826 | /* Array of transmitted skb */ | ||
827 | struct sk_buff **tx_skb; | ||
828 | |||
829 | u32 done_pkts_coal; | 826 | u32 done_pkts_coal; |
830 | 827 | ||
831 | /* Virtual address of thex Tx DMA descriptors array */ | 828 | /* Virtual address of thex Tx DMA descriptors array */ |