commit | 7b0b11133cbf14fe7113a7fa8506ac18f35c9ea5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:38:05 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 23:14:25 2016 -0500 |
tree | 206df3710b166954e1353ed02244a2062ed909b3 | |
parent | d41d2959593b920e855cdd8d1829c33d34fb1071 [diff] |
PCI: layerscape: 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>