dma-mapping: turn dma_cache_sync into a dma_map_ops method
[linux-2.6-block.git] / arch / mn10300 / include / asm / dma-mapping.h
index dc24163b190f46f2483d018d56ec2a57da6255f6..439e474ed6d756768d035d1d8e7146122fab9f2e 100644 (file)
@@ -18,10 +18,4 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
        return &mn10300_dma_ops;
 }
 
-static inline
-void dma_cache_sync(void *vaddr, size_t size,
-                   enum dma_data_direction direction)
-{
-}
-
 #endif