net: phy: remove phy_stop_interrupts
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 17 Jan 2019 19:09:21 +0000 (20:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2019 22:12:25 +0000 (14:12 -0800)
commitbb658ab7b8f2828b35c207a95cb0c05965721022
tree36132c101bee7156226713c6038de55babc073ea
parentcbfd12b3e8c3542e8142aa041714ed614d3f67b0
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>
drivers/net/phy/phy.c
drivers/net/phy/phy_device.c
include/linux/phy.h