]> git.baikalelectronics.ru Git - uboot.git/commit
pci: pcie_dw_rockchip: Replace msleep occurences by udelay
authorAnand Moon <linux.amoon@gmail.com>
Sat, 5 Jun 2021 14:38:43 +0000 (14:38 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 18 Jun 2021 06:36:54 +0000 (14:36 +0800)
commit6c2b6a456689aef496cb3a63e9837df256a0d3d7
tree5df4ba13e212bd4cf33a6948c4a01f7d9d208ce7
parentdf1fc77183a007ba9308c7ed34f7b1f78c829baf
pci: pcie_dw_rockchip: Replace msleep occurences by udelay

Replace msleep occurences by udelay.

drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
     declaration of function 'msleep' [-Wimplicit-function-declaration]

Cc: Patrick Wildt <patrick@blueri.se>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/pci/pcie_dw_rockchip.c