commit | 21baa1c49888f0f0662b0ac83f9c6b530f9fdfeb | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:33:05 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 21:09:14 2016 -0500 |
tree | 1415a82f422d1a8532a580b7795472db908d4445 | |
parent | feeb720180e53e2d4e48b1284344c12a3e370867 [diff] |
PCI: dra7xx: Pass device-specific struct to internal functions Only interfaces used from outside the driver, e.g., those called by the DesignWare core, need to accept pointers to the generic struct pcie_port. Internal interfaces can accept pointers to the device-specific struct, which makes them more straightforward. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>