Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f4e4506 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: Fix multiple definitions of msm_dma_unmap_sg_attrs"

parents 688ee286 b52020e8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -105,7 +105,8 @@ static inline void msm_dma_unmap_sg(struct device *dev,
{
}

void msm_dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sgl,
static inline void msm_dma_unmap_sg_attrs(struct device *dev,
				struct scatterlist *sgl,
				int nents, enum dma_data_direction dir,
				struct dma_buf *dma_buf, unsigned long attrs)
{