Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: stmmac: remove unused members in struct stmmac_priv

The tx_coalesce and mii_irq are not used at all now, so remove them.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jisheng Zhang and committed by
David S. Miller
de8a820d ebe0582b

-2
-2
drivers/net/ethernet/stmicro/stmmac/stmmac.h
··· 194 194 u32 tx_coal_timer[MTL_MAX_TX_QUEUES]; 195 195 u32 rx_coal_frames[MTL_MAX_TX_QUEUES]; 196 196 197 - int tx_coalesce; 198 197 int hwts_tx_en; 199 198 bool tx_path_in_lpi_mode; 200 199 bool tso; ··· 228 229 unsigned int flow_ctrl; 229 230 unsigned int pause; 230 231 struct mii_bus *mii; 231 - int mii_irq[PHY_MAX_ADDR]; 232 232 233 233 struct phylink_config phylink_config; 234 234 struct phylink *phylink;