From: Thomas Petazzoni Date: Tue, 21 Feb 2017 10:28:06 +0000 (+0100) Subject: net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue' X-Git-Tag: v4.11-rc1~124^2~7^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5dfa9e8337b1c8a7e291929e676c167b6ea953e6;p=karo-tx-linux.git 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 Acked-by: Russell King Signed-off-by: David S. Miller --- 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 */