commit | ffe82fa66afb19c2d5a4b8a0da6d05df2b5a6dc5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:42:08 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 08:45:47 2016 -0500 |
tree | 496e29516973fc4c4c6818237aa3a5029f5ab669 | |
parent | ca7b941c900f2b265e7a1ac18bb963ee7b31141d [diff] |
PCI: spear: 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>