]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/alpha/include/asm/dma-mapping.h
dma-mapping: consolidate dma_{alloc,free}_noncoherent
[linux-beck.git] / arch / alpha / include / asm / dma-mapping.h
index 9fef5bd59a8262ec95b8d0f83e661e615ceeb1f0..0552bf097245d901b050e289e2ff5961acda83b2 100644 (file)
@@ -27,9 +27,6 @@ static inline int dma_set_mask(struct device *dev, u64 mask)
        return get_dma_ops(dev)->set_dma_mask(dev, mask);
 }
 
-#define dma_alloc_noncoherent(d, s, h, f)      dma_alloc_coherent(d, s, h, f)
-#define dma_free_noncoherent(d, s, v, h)       dma_free_coherent(d, s, v, h)
-
 #define dma_cache_sync(dev, va, size, dir)               ((void)0)
 
 #endif /* _ALPHA_DMA_MAPPING_H */