diff options
Diffstat (limited to 'include/asm-parisc/pci.h')
-rw-r--r-- | include/asm-parisc/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h index f9f5bf90111d..ee741c150176 100644 --- a/include/asm-parisc/pci.h +++ b/include/asm-parisc/pci.h | |||
@@ -230,6 +230,7 @@ extern inline void pcibios_register_hba(struct pci_hba_data *x) | |||
230 | /* export the pci_ DMA API in terms of the dma_ one */ | 230 | /* export the pci_ DMA API in terms of the dma_ one */ |
231 | #include <asm-generic/pci-dma-compat.h> | 231 | #include <asm-generic/pci-dma-compat.h> |
232 | 232 | ||
233 | #ifdef CONFIG_PCI | ||
233 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | 234 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, |
234 | enum pci_dma_burst_strategy *strat, | 235 | enum pci_dma_burst_strategy *strat, |
235 | unsigned long *strategy_parameter) | 236 | unsigned long *strategy_parameter) |
@@ -246,6 +247,7 @@ static inline void pci_dma_burst_advice(struct pci_dev *pdev, | |||
246 | *strat = PCI_DMA_BURST_MULTIPLE; | 247 | *strat = PCI_DMA_BURST_MULTIPLE; |
247 | *strategy_parameter = cacheline_size; | 248 | *strategy_parameter = cacheline_size; |
248 | } | 249 | } |
250 | #endif | ||
249 | 251 | ||
250 | extern void | 252 | extern void |
251 | pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, | 253 | pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, |