net: phy: remove genphy_no_soft_reset
Since 6e2d85ec05
("net: phy: Stop with excessive soft reset")
we don't need genphy_no_soft_reset() any longer. Not setting
callback soft_reset results in a no-op now.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d70c47c8dc
commit
3194915486
@@ -78,7 +78,6 @@ static struct phy_driver teranetics_driver[] = {
|
||||
.phy_id_mask = 0xffffffff,
|
||||
.name = "Teranetics TN2020",
|
||||
.features = PHY_10GBIT_FEATURES,
|
||||
.soft_reset = genphy_no_soft_reset,
|
||||
.aneg_done = teranetics_aneg_done,
|
||||
.config_aneg = gen10g_config_aneg,
|
||||
.read_status = teranetics_read_status,
|
||||
|
Reference in New Issue
Block a user