mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
PCI: rockchip: dw: Fix compile error for debug function
It seem we lose struct dw_pcie definition on the way of rebasing the orinial commit. Fix it. Change-Id: I0f97b20960f5647251257cf65e862aeaa39f2b7d Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
parent
d38988a104
commit
eb5b4e2042
|
|
@ -411,6 +411,7 @@ static void rk_pcie_debug_dump(struct rk_pcie *rk_pcie)
|
|||
{
|
||||
#if RK_PCIE_DBG
|
||||
u32 loop;
|
||||
struct dw_pcie *pci = rk_pcie->pci;
|
||||
|
||||
dev_info(pci->dev, "ltssm = 0x%x\n",
|
||||
rk_pcie_readl_apb(rk_pcie, PCIE_CLIENT_LTSSM_STATUS));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user