commit | 4788316f743539076712d2b80b6cd289458fe2be | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Feb 07 08:41:09 2017 -0600 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Thu Feb 09 09:13:20 2017 -0600 |
tree | 329c23817e7624c438340666758c4b7e940c4757 | |
parent | a2ec1996098c7da0593a0981190316025301eab1 [diff] |
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>