summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
authorThippeswamy Havalige <thippeswamy.havalige@amd.com>2022-10-25 12:22:07 +0530
committerMichal Simek <michal.simek@amd.com>2022-11-25 11:39:22 +0100
commit4308e3c9e1ea9112865b10ed83c03b8d5d81aa32 (patch)
tree91d56d85d29571a99cf8198888c17d910d8c3eb0 /arch/microblaze/include
parent3d6010ec098bbbe28e35f8a487e04ba02ce6bbe3 (diff)
downloadlinux-stable-4308e3c9e1ea9112865b10ed83c03b8d5d81aa32.tar.gz
linux-stable-4308e3c9e1ea9112865b10ed83c03b8d5d81aa32.tar.bz2
linux-stable-4308e3c9e1ea9112865b10ed83c03b8d5d81aa32.zip
microblaze/PCI: Remove unused allocation & free of PCI host bridge structure
Remove unused allocation and freeing of PCI host bridge structure. Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com> Link: https://lore.kernel.org/r/20221025065214.4663-7-thippeswamy.havalige@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r--arch/microblaze/include/asm/pci-bridge.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/include/asm/pci-bridge.h b/arch/microblaze/include/asm/pci-bridge.h
index 252bcc14c863..018c632abcf8 100644
--- a/arch/microblaze/include/asm/pci-bridge.h
+++ b/arch/microblaze/include/asm/pci-bridge.h
@@ -25,7 +25,6 @@ static inline int pcibios_vaddr_is_ioport(void __iomem *address)
*/
struct pci_controller {
struct pci_bus *bus;
- char is_dynamic;
struct device_node *dn;
struct list_head list_node;
struct device *parent;
@@ -98,9 +97,5 @@ extern void setup_indirect_pci(struct pci_controller *hose,
resource_size_t cfg_addr,
resource_size_t cfg_data, u32 flags);
-/* Allocate & free a PCI host bridge structure */
-extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
-extern void pcibios_free_controller(struct pci_controller *phb);
-
#endif /* __KERNEL__ */
#endif /* _ASM_MICROBLAZE_PCI_BRIDGE_H */