diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-06 12:26:01 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-06 12:26:01 -0700 |
| commit | 686ab41feda434a814a8cd0fd53c3835384bdd71 (patch) | |
| tree | 76d4f4a4062a58dc3f2c412fdfdbcb9a7f705631 | |
| parent | a414c85df7ed67f59ca33e1090223a4af3bae282 (diff) | |
| parent | 18786d91c491df5176088e5a6ac2a6ec7f50f1a1 (diff) | |
Merge "iommu: msm: add EXPORT_SYMBOL for msm_dma_unmap_all_for_dev"
| -rw-r--r-- | drivers/iommu/msm_dma_iommu_mapping.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/msm_dma_iommu_mapping.c b/drivers/iommu/msm_dma_iommu_mapping.c index 334f4e95c068..0a8728ce36dc 100644 --- a/drivers/iommu/msm_dma_iommu_mapping.c +++ b/drivers/iommu/msm_dma_iommu_mapping.c @@ -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 |
