summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2015-08-03 19:57:48 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:47:03 +0900
commitd48786213f70b140f0be5ca8cf2340616f4239da (patch)
treecc4966a62da979770246a933b649ebd55dff15b4 /include
parentbfaad9cf9be88893a376e479c3521135a6bcfd56 (diff)
arm64: dma-iommu: rebase dma-iommu to kernel 4.1
In Linux kernel 4.1, iommu_domain_alloc() is introduced.This patch rebases dma-iommu codes to make the driver use the function. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dma-iommu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-iommu.h b/include/linux/dma-iommu.h
index bb6790969ede..b5e4f60f1086 100644
--- a/include/linux/dma-iommu.h
+++ b/include/linux/dma-iommu.h
@@ -26,7 +26,7 @@
int iommu_dma_init(void);
-struct iommu_dma_domain *iommu_dma_create_domain(const struct iommu_ops *ops,
+struct iommu_dma_domain *iommu_dma_create_domain(struct bus_type *bus,
dma_addr_t base, size_t size);
void iommu_dma_release_domain(struct iommu_dma_domain *dma_domain);