PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:38:06 +0000 (13:38 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 04:14:46 +0000 (23:14 -0500)
commit4726a8231eeca0fe6c7f685b6c3eb28e77af3d3b
treeeac22e1c9fa42d97a07ef9fe2a348f2bc7670d21
parentfefe6733e516f2fdc4afeb060ad5b5e45afbcfbd
PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg

ls_add_pcie_port() doesn't use the platform_device pointer passed to it, so
remove it.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-layerscape.c