Re: [PATCH] phy: rockchip-dphy-rx0: Include linux/delay.h

2020-09-22 Thread Vinod Koul
On 21-09-20, 22:56, Tomasz Figa wrote: > Fix an implicit declaration of usleep_range(): > > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c: In function 'rk_dphy_enable': > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c:203:2: error: implicit > declaration of function 'usleep_range'

Re: [PATCH] phy: rockchip-dphy-rx0: Include linux/delay.h

2020-09-22 Thread Heiko Stübner
Am Dienstag, 22. September 2020, 00:56:18 CEST schrieb Tomasz Figa: > Fix an implicit declaration of usleep_range(): > > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c: In function 'rk_dphy_enable': > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c:203:2: error: implicit > declaration of function

[PATCH] phy: rockchip-dphy-rx0: Include linux/delay.h

2020-09-21 Thread Tomasz Figa
Fix an implicit declaration of usleep_range(): drivers/phy/rockchip/phy-rockchip-dphy-rx0.c: In function 'rk_dphy_enable': drivers/phy/rockchip/phy-rockchip-dphy-rx0.c:203:2: error: implicit declaration of function 'usleep_range' [-Werror=implicit-function-declaration] Fixes: 32abcc4491c62