diff options
author | 2024-09-04 19:18:18 +0200 | |
---|---|---|
committer | 2024-09-09 10:29:04 +0100 | |
commit | 6b576b2d44303cad06273ea2e2d5fc08907ff845 (patch) | |
tree | 9490e85bebdf64b4cbf2f7ba78979ec5bb7cd2f5 /drivers/net/netkit.c | |
parent | net: ethernet: fs_enet: only protect the .restart() call in .adjust_link (diff) | |
download | wireguard-linux-6b576b2d44303cad06273ea2e2d5fc08907ff845.tar.xz wireguard-linux-6b576b2d44303cad06273ea2e2d5fc08907ff845.zip |
net: ethernet: fs_enet: drop unused phy_info and mii_if_info
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.
As the definition for struct mii_if_info is no longer required, drop the
include for linux/mii.h altogether in the driver.
Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netkit.c')
0 files changed, 0 insertions, 0 deletions