]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameter
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 28 Jun 2017 20:13:50 +0000 (15:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 28 Jun 2017 20:13:50 +0000 (15:13 -0500)
commit991bfebe5b38e5a8531d28deed6ef8bec5de10c4
treef923b58bd89ac81fcd3c4b2a7bb6fda659072fd5
parent81e0e7134ab085ac5d0890177bfed38a0f2be4f8
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>
drivers/pci/host/pcie-xilinx-nwl.c