]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: ethernet: lantiq_etop: remove unused variable
authorAleksander Jan Bajkowski <olek2@wp.pl>
Thu, 15 Aug 2024 07:49:56 +0000 (09:49 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 16 Aug 2024 23:16:59 +0000 (16:16 -0700)
Remove a variable that has never been used.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://patch.msgid.link/20240815074956.155224-1-olek2@wp.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/lantiq_etop.c

index 9e69848153864b5bb4fedc48769ee370ad7448eb..3c289bfe0a0920c15c4f88597eed359acf7a2b11 100644 (file)
@@ -95,7 +95,6 @@ struct ltq_etop_priv {
        struct mii_bus *mii_bus;
 
        struct ltq_etop_chan ch[MAX_DMA_CHAN];
-       int tx_free[MAX_DMA_CHAN >> 1];
 
        int tx_burst_len;
        int rx_burst_len;