PCI: exynos: Pass device-specific struct to internal functions
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:33:39 +0000 (13:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 02:26:39 +0000 (21:26 -0500)
commitcc08e82b854c332d506a5e84ef8feca85d98b436
treeeb6c28cb84fbbd23ca445202b16c73ab5ccb5a3f
parent10284bfa347815fcce3f7133860fb9570576f8ab
PCI: exynos: 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>
drivers/pci/host/pci-exynos.c