Re: [PATCH net-next v2 4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-30 21:08:04
Also in:
lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-30 21:08:04
Also in:
lkml, netdev
On Thu, Aug 29, 2024 at 06:15:27PM +0200, Maxime Chevallier wrote:
There's no user of the struct phy_info, the 'phy' field and the mii_if_info in the fs_enet driver, probably dating back when phylib wasn't as widely used. Drop these from the driver code.
There might be an include of linux/mii.h you can also drop? Andrew