summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-04-25 02:47:51 +0300
committerDavid S. Miller <davem@davemloft.net>2020-04-25 02:47:51 +0300
commit993e8ec9754b61cb2999fdd7f5f1decb32cd8487 (patch)
treef4d442689a28a1719e0e5a1323679472127df000 /include
parent5c05c1dbb177293636a3f5ea4caa872dfcf50ccd (diff)
parent9576e9fa1c02aea3cf1e42eadcbeb12ccf5e87de (diff)
downloadlinux-993e8ec9754b61cb2999fdd7f5f1decb32cd8487.tar.xz
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;