|
@@ -79,14 +79,14 @@ dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nhwentries,
|
|
}
|
|
}
|
|
|
|
|
|
static inline void
|
|
static inline void
|
|
-dma_sync_single(struct device *dev, dma_addr_t dma_handle, size_t size,
|
|
|
|
|
|
+dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
|
|
enum dma_data_direction direction)
|
|
enum dma_data_direction direction)
|
|
{
|
|
{
|
|
BUG();
|
|
BUG();
|
|
}
|
|
}
|
|
|
|
|
|
static inline void
|
|
static inline void
|
|
-dma_sync_sg(struct device *dev, struct scatterlist *sg, int nelems,
|
|
|
|
|
|
+dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems,
|
|
enum dma_data_direction direction)
|
|
enum dma_data_direction direction)
|
|
{
|
|
{
|
|
BUG();
|
|
BUG();
|