PCI: hisi: Use generic DesignWare accessors
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:34:24 +0000 (13:34 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 02:45:19 +0000 (21:45 -0500)
commit4368f096c4acb7252503661e8402203c4075fdb7
treea0126617dea7f81cb2d223ceca90fea3ffd74e89
parent761c43c73554d871cf3dae79b1881b56adcbc6f5
PCI: hisi: Use generic DesignWare accessors

The dw_pcie_readl_rc() and dw_pcie_writel_rc() interfaces already add in
pp->dbi_base, so use those instead of doing it ourselves in the hisi
driver.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-hisi.c