aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh64/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh64/pci.h')
-rw-r--r--include/asm-sh64/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh64/pci.h b/include/asm-sh64/pci.h
index 0ac15ab01cce..c68870e02d91 100644
--- a/include/asm-sh64/pci.h
+++ b/include/asm-sh64/pci.h
@@ -86,6 +86,7 @@ static inline void pcibios_penalize_isa_irq(int irq)
86#define sg_dma_address(sg) ((sg)->dma_address) 86#define sg_dma_address(sg) ((sg)->dma_address)
87#define sg_dma_len(sg) ((sg)->length) 87#define sg_dma_len(sg) ((sg)->length)
88 88
89#ifdef CONFIG_PCI
89static inline void pci_dma_burst_advice(struct pci_dev *pdev, 90static inline void pci_dma_burst_advice(struct pci_dev *pdev,
90 enum pci_dma_burst_strategy *strat, 91 enum pci_dma_burst_strategy *strat,
91 unsigned long *strategy_parameter) 92 unsigned long *strategy_parameter)
@@ -93,6 +94,7 @@ static inline void pci_dma_burst_advice(struct pci_dev *pdev,
93 *strat = PCI_DMA_BURST_INFINITY; 94 *strat = PCI_DMA_BURST_INFINITY;
94 *strategy_parameter = ~0UL; 95 *strategy_parameter = ~0UL;
95} 96}
97#endif
96 98
97/* Board-specific fixup routines. */ 99/* Board-specific fixup routines. */
98extern void pcibios_fixup(void); 100extern void pcibios_fixup(void);