diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-01-21 00:42:48 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-25 06:52:54 -0500 |
commit | 31d1b493237c8168cd2fc0f3d40b9ad5651e6f4c (patch) | |
tree | 0fdc33845d84318e38adb47601b7b1bffd3d8518 /include/asm-powerpc | |
parent | 15c60cc472d4cc0e1bcde1081b0f75ef616e4c7e (diff) |
[POWERPC] Remove the global dma_direct_offset
We no longer need the global dma_direct_offset, update the comment to
reflect the new reality.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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) |