diff options
Diffstat (limited to 'arch/powerpc/include/asm/pci-bridge.h')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 84007afabdb5..9861258f6a4c 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h | |||
@@ -140,10 +140,12 @@ struct pci_controller { | |||
140 | struct resource io_resource; | 140 | struct resource io_resource; |
141 | struct resource mem_resources[3]; | 141 | struct resource mem_resources[3]; |
142 | int global_number; /* PCI domain number */ | 142 | int global_number; /* PCI domain number */ |
143 | |||
144 | resource_size_t dma_window_base_cur; | ||
145 | resource_size_t dma_window_size; | ||
146 | |||
143 | #ifdef CONFIG_PPC64 | 147 | #ifdef CONFIG_PPC64 |
144 | unsigned long buid; | 148 | unsigned long buid; |
145 | unsigned long dma_window_base_cur; | ||
146 | unsigned long dma_window_size; | ||
147 | 149 | ||
148 | void *private_data; | 150 | void *private_data; |
149 | #endif /* CONFIG_PPC64 */ | 151 | #endif /* CONFIG_PPC64 */ |