]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: hisi: Rename config space accessors to remove "acpi"
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 7 Feb 2017 14:41:09 +0000 (08:41 -0600)
committerBjorn Helgaas <helgaas@kernel.org>
Thu, 9 Feb 2017 15:13:20 +0000 (09:13 -0600)
commit4788316f743539076712d2b80b6cd289458fe2be
tree329c23817e7624c438340666758c4b7e940c4757
parenta2ec1996098c7da0593a0981190316025301eab1
PCI: hisi: Rename config space accessors to remove "acpi"

There's nothing ACPI-specific about the config space accessors
hisi_pcie_acpi_rd_conf() and hisi_pcie_acpi_wr_conf(), and they're used for
both the ACPI and the DT driver model.

Rename them to hisi_pcie_rd_conf() and hisi_pcie_wr_conf().  No functional
change intended.

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