Commit 1f803c95 authored by Aleksander Jan Bajkowski's avatar Aleksander Jan Bajkowski Committed by Jakub Kicinski

net: ethernet: lantiq_etop: remove unused variable

Remove a variable that has never been used.
Signed-off-by: default avatarAleksander Jan Bajkowski <olek2@wp.pl>
Link: https://patch.msgid.link/20240815074956.155224-1-olek2@wp.plSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 9480fd0c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment