diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-15 06:11:14 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-15 06:11:13 -0800 |
| commit | b9fe2c19b432ad8c4aff72af94e77c9f91097551 (patch) | |
| tree | 7c3bfc901d5870a0e9d6dad799f8fd0710f2258a /arch/arm/include/asm/dma-iommu.h | |
| parent | 7a779a545a9f5f0cc8075f0fa3aac66a9cef649e (diff) | |
| parent | c8f8f45959410e619c077886086cc6394b81cdb7 (diff) | |
Merge "defconfig: msm: add fastmap config on sdm660"
Diffstat (limited to 'arch/arm/include/asm/dma-iommu.h')
| -rw-r--r-- | arch/arm/include/asm/dma-iommu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/dma-iommu.h b/arch/arm/include/asm/dma-iommu.h index b4e74af0abb7..74643f5b41c4 100644 --- a/arch/arm/include/asm/dma-iommu.h +++ b/arch/arm/include/asm/dma-iommu.h @@ -8,6 +8,7 @@ #include <linux/dma-debug.h> #include <linux/kmemcheck.h> #include <linux/kref.h> +#include <linux/dma-mapping-fast.h> struct dma_iommu_mapping { /* iommu specific data */ @@ -22,6 +23,8 @@ struct dma_iommu_mapping { spinlock_t lock; struct kref kref; + + struct dma_fast_smmu_mapping *fast; }; #ifdef CONFIG_ARM_DMA_USE_IOMMU |
