diff options
Diffstat (limited to 'include/asm-powerpc/dma-mapping.h')
-rw-r--r-- | include/asm-powerpc/dma-mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/dma-mapping.h b/include/asm-powerpc/dma-mapping.h index 8367810c994c..7e38b5fddada 100644 --- a/include/asm-powerpc/dma-mapping.h +++ b/include/asm-powerpc/dma-mapping.h | |||
@@ -187,6 +187,8 @@ static inline void dma_unmap_sg(struct device *dev, struct scatterlist *sg, | |||
187 | extern struct dma_mapping_ops dma_iommu_ops; | 187 | extern struct dma_mapping_ops dma_iommu_ops; |
188 | extern struct dma_mapping_ops dma_direct_ops; | 188 | extern struct dma_mapping_ops dma_direct_ops; |
189 | 189 | ||
190 | extern unsigned long dma_direct_offset; | ||
191 | |||
190 | #else /* CONFIG_PPC64 */ | 192 | #else /* CONFIG_PPC64 */ |
191 | 193 | ||
192 | #define dma_supported(dev, mask) (1) | 194 | #define dma_supported(dev, mask) (1) |