mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09: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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user