]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/h8300/include/asm/dma-mapping.h
dma-mapping: consolidate dma_{alloc,free}_noncoherent
[linux-beck.git] / arch / h8300 / include / asm / dma-mapping.h
index 826aa9b519b78a9cd9363d9d9ad2833312049403..72465ce594539c272a2e896c7a5dba784c94dfe2 100644 (file)
@@ -20,9 +20,6 @@ static inline int dma_set_mask(struct device *dev, u64 mask)
        return 0;
 }
 
-#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 int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
 {
        return 0;