commit | 74e69079e2e81f656ef6a17e98f5b597b9b3f9bd | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:29:59 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:26:17 2016 -0500 |
tree | 5737dae0a8739eb2925dad92f476eeba8a36a788 | |
parent | afb374f8ac0715ff10e580e8d83c206dc4b7017e [diff] |
PCI: armada: Remove redundant struct armada8k_pcie.base The struct armada8k_pcie.base pointer is always a constant offset from struct pcie_port.dbi_base. Encode that offset in the register macros so we don't need to maintain the armada8k_pcie.base pointer. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>