|
@@ -21,7 +21,6 @@ void dma_free_coherent(struct device *dev, size_t size, void *vaddr,
|
|
#define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
|
#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_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
|
|
#define dma_supported(d, m) (1)
|
|
#define dma_supported(d, m) (1)
|
|
-#define dma_get_cache_alignment() (32)
|
|
|
|
#define dma_is_consistent(d, h) (1)
|
|
#define dma_is_consistent(d, h) (1)
|
|
|
|
|
|
static inline int
|
|
static inline int
|