From: Catalin Marinas Date: Thu, 18 Dec 2014 17:13:49 +0000 (+0000) Subject: arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_ops X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~359^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31dde116cb084bc0042cafe48975ffb7d1a4ae5d;p=pandora-kernel.git arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_ops Commit a3a60f81ee6f (dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops) changes the of_dma_configure() arch dma_ops callback to arch_setup_dma_ops but only the arch/arm code is updated. Subsequent commit 97890ba9289c (dma-mapping: detect and configure IOMMU in of_dma_configure) changes the arch_setup_dma_ops() prototype further to handle iommu. The patch makes the corresponding arm64 changes. Signed-off-by: Catalin Marinas Reported-by: Arnd Bergmann Acked-by: Will Deacon --- Reading git-diff-tree failed