mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 18:53:30 +00:00
net: ethernet: lantiq_etop: remove unused variable
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>
This commit is contained in:
parent
9480fd0cd8
commit
1f803c9569
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user