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

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

Merge "iommu: Fix compilation errors when !CONFIG_QCOM_LAZY_MAPPING"

parents 2ba08860 191e050e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -105,6 +105,12 @@ static inline void msm_dma_unmap_sg(struct device *dev,
{
}

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)
{
}

static inline int msm_dma_unmap_all_for_dev(struct device *dev)
{
	return 0;