diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-05 13:18:34 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-06 12:55:44 -0400 |
commit | 1198168733c8d6fbc6898fd8d7fcfb42befabb41 (patch) | |
tree | 6c50165c655b69d8375c9c2fe919161911b07923 /arch/tile/include | |
parent | 1c43649a9929ca4394ae389b4510c61f3876a12b (diff) |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/pci.h b/arch/tile/include/asm/pci.h index 1f1b65443bad..2c001b2bf7c3 100644 --- a/arch/tile/include/asm/pci.h +++ b/arch/tile/include/asm/pci.h | |||
@@ -173,9 +173,6 @@ struct pci_controller { | |||
173 | 173 | ||
174 | /* Table that maps the INTx numbers to Linux irq numbers. */ | 174 | /* Table that maps the INTx numbers to Linux irq numbers. */ |
175 | int irq_intx_table[4]; | 175 | int irq_intx_table[4]; |
176 | |||
177 | /* Address ranges that are routed to this controller/bridge. */ | ||
178 | struct resource mem_resources[3]; | ||
179 | }; | 176 | }; |
180 | 177 | ||
181 | extern struct pci_controller pci_controllers[TILEGX_NUM_TRIO * TILEGX_TRIO_PCIES]; | 178 | extern struct pci_controller pci_controllers[TILEGX_NUM_TRIO * TILEGX_TRIO_PCIES]; |