commit | 5cbd6784823f8b163ba7e88f71cd507285be72a6 | [log] [tgz] |
---|---|---|
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Jun 28 15:13:50 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 28 15:13:50 2017 -0500 |
tree | f923b58bd89ac81fcd3c4b2a7bb6fda659072fd5 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameter The nwl_pcie_enable_msi() second parameter (ie "bus") is unused and creates a fake dependency on the struct pci_bus that need not exist. Remove it. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>