aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-04-24 16:47:51 -0700
committerDavid S. Miller <davem@davemloft.net>2020-04-24 16:47:51 -0700
commit993e8ec9754b61cb2999fdd7f5f1decb32cd8487 (patch)
treef4d442689a28a1719e0e5a1323679472127df000 /include
parentnet: phylink, dsa: eliminate phylink_fixed_state_cb() (diff)
parentnet: phy: clear phydev->suspended after soft reset (diff)
Merge branch 'net-phy-smaller-phylib-improvements'
Heiner Kallweit says: ==================== net: phy: smaller phylib improvements Series with smaller improvements for suspend and soft-reset handling. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 3941a6bcba10..e2bfb9240587 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1251,10 +1251,6 @@ static inline int genphy_config_aneg(struct phy_device *phydev)
return __genphy_config_aneg(phydev, false);
}
-static inline int genphy_no_soft_reset(struct phy_device *phydev)
-{
- return 0;
-}
static inline int genphy_no_ack_interrupt(struct phy_device *phydev)
{
return 0;