]> git.baikalelectronics.ru Git - kernel.git/commit
ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()
authorYijing Wang <wangyijing@huawei.com>
Mon, 27 Oct 2014 07:48:46 +0000 (15:48 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Nov 2014 16:34:29 +0000 (09:34 -0700)
commit472557d14d7e17dbdcc0ac045ee86c204b206a63
tree7b14a4ae637d058207731d559f0abe3790e4ed01
parent2a42be88edb05984fbe3a72e63966cf7335769b1
ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()

There are no users of the struct hw_pci.add_bus() or .remove_bus() methods,
so remove the pointers from hw_pci.  That makes pcibios_add_bus() and
pcibios_remove_bus() themselves superfluous, so remove them as well.

[bhelgaas: changelog]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/arm/include/asm/mach/pci.h
arch/arm/kernel/bios32.c