Re: [PATCH net-next 2/5] net: phy: remove gen10g_suspend and gen10g_resume

2019-03-03 Thread Andrew Lunn
On Sat, Mar 02, 2019 at 05:10:36PM +0100, Heiner Kallweit wrote: > phy_suspend() and phy_resume() are no-ops anyway if no callback is > defined. Therefore we don't need these stubs. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 2/5] net: phy: remove gen10g_suspend and gen10g_resume

2019-03-02 Thread Heiner Kallweit
phy_suspend() and phy_resume() are no-ops anyway if no callback is defined. Therefore we don't need these stubs. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy-c45.c | 14 -- include/linux/phy.h | 2 -- 2 files changed, 16 deletions(-) diff --git a/drivers/net/phy/phy