From: Mark Brown Date: Mon, 15 Dec 2014 15:54:42 +0000 (+0000) Subject: iommu/exynos: Fix arm64 allmodconfig build X-Git-Tag: omap-for-v3.19/fixes-rc1~65^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20911ce6078fd1503dbf73f761316c66738bf83b;p=pandora-kernel.git iommu/exynos: Fix arm64 allmodconfig build The Exynos IOMMU driver uses the ARM specific dmac_flush_range() and outer_flush_range() functions. This breaks the build on arm64 allmodconfig in -next since support has been merged for some Exynos ARMv8 SoCs. Add a dependency on ARM to keep things building until either the driver has the ARM dependencies removed or the ARMv8 architecture code implements these ARM specific APIs. Signed-off-by: Mark Brown Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed