X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fh8300%2Finclude%2Fasm%2Fdma-mapping.h;h=72465ce594539c272a2e896c7a5dba784c94dfe2;hb=1e8937526e2309d48fccd81bb30a590ac21a5516;hp=826aa9b519b78a9cd9363d9d9ad2833312049403;hpb=6894258eda2f9badc28c878086c0e54bd5b7fb30;p=linux-beck.git diff --git a/arch/h8300/include/asm/dma-mapping.h b/arch/h8300/include/asm/dma-mapping.h index 826aa9b519b7..72465ce59453 100644 --- a/arch/h8300/include/asm/dma-mapping.h +++ b/arch/h8300/include/asm/dma-mapping.h @@ -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;