net: phy: remove phy_stop_interrupts
Interrupts have been disabled in phy_stop() already. So we can remove phy_stop_interrupts() and free the interrupt in phy_disconnect() directly. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cbfd12b3e8
commit
bb658ab7b8
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user