microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead code
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 10 Aug 2017 20:19:25 +0000 (15:19 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 10 Aug 2017 20:19:25 +0000 (15:19 -0500)
commitc775697b713b70293507573355aa8c8c177db35b
treea1bb68bddf9856d074e7409a15e05b518be2483f
parent77f0c8bc7840a79a26dd4b6e33fce96edd7b1492
microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead code

01cf9d524ff0 ("microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge
IP driver") removed pcibios calls to:

  pcibios_setup_bus_self()
  pcibios_setup_bus_devices()

Given that pcibios_fixup_bus() was the only caller of those functions they
have now become dead code (along with the functions they were calling in
turn), so they can be removed.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
[bhelgaas: remove "Fixup resources of a PCI<->PCI bridge" comment]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Cc: Bharat Kumar Gogada <bharatku@xilinx.com>
Cc: Ravi Kiran Gummaluri <rgummal@xilinx.com>
arch/microblaze/include/asm/pci.h
arch/microblaze/pci/pci-common.c