diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-10-15 22:33:51 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-06-17 09:31:28 +0300 |
commit | 88804e680bac74114cecd2e565eef9a678daacd0 (patch) | |
tree | 274d6abe50bae28b8267ea4a5207ccf5b7d05a33 /arch/xtensa/include/asm/platform.h | |
parent | 2a97d60cf6a53123f5a0f066b7b219410eccd0dc (diff) | |
download | linux-88804e680bac74114cecd2e565eef9a678daacd0.tar.xz |
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>
Diffstat (limited to 'arch/xtensa/include/asm/platform.h')
-rw-r--r-- | arch/xtensa/include/asm/platform.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/xtensa/include/asm/platform.h b/arch/xtensa/include/asm/platform.h index 560483356a06..913826dfa838 100644 --- a/arch/xtensa/include/asm/platform.h +++ b/arch/xtensa/include/asm/platform.h @@ -55,16 +55,6 @@ extern void platform_idle (void); extern void platform_heartbeat (void); /* - * platform_pcibios_init is called to allow the platform to setup the pci bus. - */ -extern void platform_pcibios_init (void); - -/* - * platform_pcibios_fixup allows to modify the PCI configuration. - */ -extern int platform_pcibios_fixup (void); - -/* * platform_calibrate_ccount calibrates cpu clock freq (CONFIG_XTENSA_CALIBRATE) */ extern void platform_calibrate_ccount (void); |