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:06:44
Also in:
linuxppc-dev, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-30 21:06:44
Also in:
linuxppc-dev, lkml
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. Acked-by: Christophe Leroy <redacted> Reviewed-by: Christophe Leroy <redacted> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew