xtensa: drop dead PCI support code
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 15 Oct 2018 19:33:51 +0000 (12:33 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 17 Jun 2019 06:31:28 +0000 (23:31 -0700)
commit88804e680bac74114cecd2e565eef9a678daacd0
tree274d6abe50bae28b8267ea4a5207ccf5b7d05a33
parent2a97d60cf6a53123f5a0f066b7b219410eccd0dc
xtensa: drop dead PCI support code

xtensa-specific PCI initialization code has significantly bitrotted over
time because there's no platform that use it. Get rid of remaining
non-functioning initialization and remove platform_pcibios_* interface.
A new platform that would use PCI on xtensa will configure PCI
controller using device tree.

Drop variables pci_ctrl_head, pci_bus_count and functions pcibios_init,
pci_controller_apertures, platform_pcibios_init and
platform_pcibios_fixup.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/platform.h
arch/xtensa/kernel/pci.c
arch/xtensa/kernel/platform.c
arch/xtensa/kernel/setup.c