aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-01-18 14:12:25 -0800
committerDavid S. Miller <davem@davemloft.net>2019-01-18 14:12:25 -0800
commit209f94e6185465a18328f07dc332ea7cee0b72fc (patch)
tree36132c101bee7156226713c6038de55babc073ea /include
parenttcp: declare tcp_mmap() only when CONFIG_MMU is set (diff)
parentnet: phy: remove phy_stop_interrupts (diff)
downloadlinux-dev-209f94e6185465a18328f07dc332ea7cee0b72fc.tar.xz
linux-dev-209f94e6185465a18328f07dc332ea7cee0b72fc.zip
Merge branch 'phy-improve-stopping-PHY'
Heiner Kallweit says: ==================== net: phy: improve stopping PHY This patchset improves and simplifies stopping the PHY. Heiner Kallweit (3): net: phy: stop PHY if needed when entering phy_disconnect net: phy: ensure phylib state machine is stopped after calling phy_stop net: phy: remove phy_stop_interrupts v2: - break down the patch to a patchset v3: - don't warn if driver didn't call phy_stop before phy_disconnect ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 232d93b9cea4..0990f913d649 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -951,7 +951,6 @@ int phy_aneg_done(struct phy_device *phydev);
int phy_speed_down(struct phy_device *phydev, bool sync);
int phy_speed_up(struct phy_device *phydev);
-int phy_stop_interrupts(struct phy_device *phydev);
int phy_restart_aneg(struct phy_device *phydev);
int phy_reset_after_clk_enable(struct phy_device *phydev);