Re: [PATCHv2 3/3] pci: pcie_dw_rockchip: Use mleep macro to fix below error

2021-05-31 Thread Neil Armstrong
On 21/05/2021 18:59, Anand Moon wrote: > Define msleep macro to fix below error. > > drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit > declaration of function 'msleep' [-Wimplicit-function-declaration] > > Cc: Patrick Wildt > Cc: Neil Armstrong > Cc: Kever Yang > Signed-off-by: Ana

[PATCHv2 3/3] pci: pcie_dw_rockchip: Use mleep macro to fix below error

2021-05-21 Thread Anand Moon
Define msleep macro to fix below error. drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit declaration of function 'msleep' [-Wimplicit-function-declaration] Cc: Patrick Wildt Cc: Neil Armstrong Cc: Kever Yang Signed-off-by: Anand Moon --- v1: drop the udelay changes. --- drivers/pc