summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
diff options
context:
space:
mode:
authorMax Filippov2018-10-15 21:33:51 +0200
committerMax Filippov2019-06-17 08:31:28 +0200
commit88804e680bac74114cecd2e565eef9a678daacd0 (patch)
tree274d6abe50bae28b8267ea4a5207ccf5b7d05a33 /arch/xtensa/include
parentxtensa/PCI: Remove unused variable (diff)
downloadkernel-qcow2-linux-88804e680bac74114cecd2e565eef9a678daacd0.tar.gz
kernel-qcow2-linux-88804e680bac74114cecd2e565eef9a678daacd0.tar.xz
kernel-qcow2-linux-88804e680bac74114cecd2e565eef9a678daacd0.zip
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')
-rw-r--r--arch/xtensa/include/asm/platform.h10
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);