summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/pci-bridge.h
diff options
context:
space:
mode:
authorThippeswamy Havalige <thippeswamy.havalige@amd.com>2022-10-25 12:22:08 +0530
committerMichal Simek <michal.simek@amd.com>2022-11-25 11:39:22 +0100
commit7df700afd9c4855617e9a102518bd988395eb249 (patch)
tree1108c3a6784952f0acb4a3fbc283b3fe5cfbc1a8 /arch/microblaze/include/asm/pci-bridge.h
parent4308e3c9e1ea9112865b10ed83c03b8d5d81aa32 (diff)
downloadlinux-stable-7df700afd9c4855617e9a102518bd988395eb249.tar.gz
linux-stable-7df700afd9c4855617e9a102518bd988395eb249.tar.bz2
linux-stable-7df700afd9c4855617e9a102518bd988395eb249.zip
microblaze/PCI: Remove unused PCI BIOS resource allocation
Remove PCI BIOSn unused code which provide's resource allocation for all pci bus and pci host controller memory initialization. Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com> Link: https://lore.kernel.org/r/20221025065214.4663-8-thippeswamy.havalige@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/include/asm/pci-bridge.h')
-rw-r--r--arch/microblaze/include/asm/pci-bridge.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/pci-bridge.h b/arch/microblaze/include/asm/pci-bridge.h
index 018c632abcf8..170369dcdbff 100644
--- a/arch/microblaze/include/asm/pci-bridge.h
+++ b/arch/microblaze/include/asm/pci-bridge.h
@@ -74,8 +74,6 @@ struct pci_controller {
* ranges since the common pci_bus structure can't handle more
*/
struct resource io_resource;
- struct resource mem_resources[3];
- int global_number; /* PCI domain number */
};
#ifdef CONFIG_PCI