PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 16:36:49 +0000 (11:36 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 05:00:00 +0000 (00:00 -0500)
commite59e5ff9a0e9e53cbed2158d7a89e1190c72d9ff
tree28925974c952c9a8f4dcddf16c453093f3f8a8ae
parent6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648
PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument

xilinx_pcie_assign_msi() doesn't use the struct xilinx_pcie_port pointer
passed to it, so remove the argument completely.  No functional change
intended.

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