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