]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/hexagon/include/asm/dma-mapping.h
dma-mapping: consolidate dma_{alloc,free}_noncoherent
[linux-beck.git] / arch / hexagon / include / asm / dma-mapping.h
index c20d3caa7dada49f8ca7b016e6a034745acc0429..58d2d8f1544acb3a5af9d88a2eec3abffdb52b3f 100644 (file)
@@ -34,9 +34,6 @@ extern int bad_dma_address;
 
 extern struct dma_map_ops *dma_ops;
 
-#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)
-
 static inline struct dma_map_ops *get_dma_ops(struct device *dev)
 {
        if (unlikely(dev == NULL))