diff options
| author | David S. Miller <davem@davemloft.net> | 2020-04-25 02:47:51 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-04-25 02:47:51 +0300 |
| commit | 993e8ec9754b61cb2999fdd7f5f1decb32cd8487 (patch) | |
| tree | f4d442689a28a1719e0e5a1323679472127df000 /include/linux | |
| parent | 5c05c1dbb177293636a3f5ea4caa872dfcf50ccd (diff) | |
| parent | 9576e9fa1c02aea3cf1e42eadcbeb12ccf5e87de (diff) | |
| download | linux-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/linux')
| -rw-r--r-- | include/linux/phy.h | 4 |
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; |
