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
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