From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Cc: Neil Armstrong <narmstrong@baylibre.com>,
Kever Yang <kever.yang@rock-chips.com>,
Shawn Lin <shawn.lin@rock-chips.com>,
Patrick Wildt <patrick@blueri.se>,
Anand Moon <linux.amoon@gmail.com>
Subject: [PATCHv2 3/3] pci: pcie_dw_rockchip: Use mleep macro to fix below error
Date: Fri, 21 May 2021 16:59:49 +0000 [thread overview]
Message-ID: <20210521165949.15909-3-linux.amoon@gmail.com> (raw)
In-Reply-To: <20210521165949.15909-1-linux.amoon@gmail.com>
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 <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>
---
v1: drop the udelay changes.
---
drivers/pci/pcie_dw_rockchip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/pcie_dw_rockchip.c b/drivers/pci/pcie_dw_rockchip.c
index 4e448c0a3d..bdc4d51007 100644
--- a/drivers/pci/pcie_dw_rockchip.c
+++ b/drivers/pci/pcie_dw_rockchip.c
@@ -60,6 +60,7 @@ struct rk_pcie {
#define PCIE_CLIENT_DBG_TRANSITION_DATA 0xffff0000
#define PCIE_CLIENT_DBF_EN 0xffff0003
+#define msleep(a) udelay((a) * 1000)
/* Parameters for the waiting for #perst signal */
#define PERST_WAIT_MS 1000
--
2.31.1
next prev parent reply other threads:[~2021-05-21 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 16:59 [PATCHv2 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error Anand Moon
2021-05-21 16:59 ` [PATCHv2 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning Anand Moon
2021-05-31 8:42 ` Neil Armstrong
2021-05-21 16:59 ` Anand Moon [this message]
2021-05-31 8:44 ` [PATCHv2 3/3] pci: pcie_dw_rockchip: Use mleep macro to fix below error Neil Armstrong
2021-05-31 8:42 ` [PATCHv2 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error Neil Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210521165949.15909-3-linux.amoon@gmail.com \
--to=linux.amoon@gmail.com \
--cc=kever.yang@rock-chips.com \
--cc=narmstrong@baylibre.com \
--cc=patrick@blueri.se \
--cc=shawn.lin@rock-chips.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.