aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/dma-mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/dma-mapping.h')
-rw-r--r--arch/m68k/include/asm/dma-mapping.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68k/include/asm/dma-mapping.h b/arch/m68k/include/asm/dma-mapping.h
index 26f505488c11..17f7a45948ea 100644
--- a/arch/m68k/include/asm/dma-mapping.h
+++ b/arch/m68k/include/asm/dma-mapping.h
@@ -16,16 +16,6 @@ static inline int dma_set_mask(struct device *dev, u64 mask)
16 return 0; 16 return 0;
17} 17}
18 18
19static inline int dma_get_cache_alignment(void)
20{
21 return 1 << L1_CACHE_SHIFT;
22}
23
24static inline int dma_is_consistent(struct device *dev, dma_addr_t dma_addr)
25{
26 return 0;
27}
28
29extern void *dma_alloc_coherent(struct device *, size_t, 19extern void *dma_alloc_coherent(struct device *, size_t,
30 dma_addr_t *, gfp_t); 20 dma_addr_t *, gfp_t);
31extern void dma_free_coherent(struct device *, size_t, 21extern void dma_free_coherent(struct device *, size_t,