diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-01-24 08:16:57 -0500 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2013-02-25 09:30:41 -0500 |
commit | 6fe367580339a3adf77273d4366652665319bdeb (patch) | |
tree | 211fd3d066c016afaac35d1802d7cd09b64a1f73 /arch/arm/include | |
parent | fab112a394b9cf5e3bf888af6ff5076ba9fa0f06 (diff) |
ARM: dma-mapping: Add arm_iommu_detach_device()
A counter part of arm_iommu_attach_device().
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/dma-iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/dma-iommu.h b/arch/arm/include/asm/dma-iommu.h index 666d8a8c3a2b..a8c56acc8c98 100644 --- a/arch/arm/include/asm/dma-iommu.h +++ b/arch/arm/include/asm/dma-iommu.h | |||
@@ -30,6 +30,7 @@ void arm_iommu_release_mapping(struct dma_iommu_mapping *mapping); | |||
30 | 30 | ||
31 | int arm_iommu_attach_device(struct device *dev, | 31 | int arm_iommu_attach_device(struct device *dev, |
32 | struct dma_iommu_mapping *mapping); | 32 | struct dma_iommu_mapping *mapping); |
33 | void arm_iommu_detach_device(struct device *dev); | ||
33 | 34 | ||
34 | #endif /* __KERNEL__ */ | 35 | #endif /* __KERNEL__ */ |
35 | #endif | 36 | #endif |