]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Feb 2017 10:28:06 +0000 (11:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Feb 2017 18:16:15 +0000 (13:16 -0500)
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>
drivers/net/ethernet/marvell/mvpp2.c

index 5d6b4edcc13b84a91ab3fc8911b2e13939b1ed8b..27699c8af3a16d995beb15876903b32c0d38c70f 100644 (file)
@@ -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 */