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

Commit 18786d91 authored by Liam Mark's avatar Liam Mark
Browse files

iommu: msm: add EXPORT_SYMBOL for msm_dma_unmap_all_for_dev



Add EXPORT_SYMBOL for msm_dma_unmap_all_for_dev function.

Change-Id: If7d8615d50b7104e85482f0efab155a7b4a41321
Signed-off-by: default avatarLiam Mark <lmark@codeaurora.org>
parent 626caf4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ int msm_dma_unmap_all_for_dev(struct device *dev)

	return ret;
}
EXPORT_SYMBOL(msm_dma_unmap_all_for_dev);

/*
 * Only to be called by ION code when a buffer is freed
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ static inline void msm_dma_unmap_sg(struct device *dev,
{
}

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