summaryrefslogtreecommitdiff
path: root/arch/tile/include
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-08-05 17:18:34 (GMT)
committerChris Metcalf <cmetcalf@tilera.com>2013-08-06 16:55:44 (GMT)
commit1198168733c8d6fbc6898fd8d7fcfb42befabb41 (patch)
tree6c50165c655b69d8375c9c2fe919161911b07923 /arch/tile/include
parent1c43649a9929ca4394ae389b4510c61f3876a12b (diff)
downloadlinux-fsl-qoriq-1198168733c8d6fbc6898fd8d7fcfb42befabb41.tar.xz
tile PCI RC: eliminate pci_controller.mem_resources field
The .mem_resources[] field in the pci_controller struct is now obsoleted by the .mem_space and .io_space fields. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include')
-rw-r--r--arch/tile/include/asm/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/pci.h b/arch/tile/include/asm/pci.h
index 1f1b654..2c001b2 100644
--- a/arch/tile/include/asm/pci.h
+++ b/arch/tile/include/asm/pci.h
@@ -173,9 +173,6 @@ struct pci_controller {
/* Table that maps the INTx numbers to Linux irq numbers. */
int irq_intx_table[4];
-
- /* Address ranges that are routed to this controller/bridge. */
- struct resource mem_resources[3];
};
extern struct pci_controller pci_controllers[TILEGX_NUM_TRIO * TILEGX_TRIO_PCIES];