]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/exynos: Fix arm64 allmodconfig build
authorMark Brown <broonie@kernel.org>
Mon, 15 Dec 2014 15:54:42 +0000 (15:54 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 16 Dec 2014 20:40:29 +0000 (21:40 +0100)
commit1549a4523e4e29e3bdb63c3fcfba99a0c09cb5db
treecdcd04b67a758f9df06ae57b7df6f44cc3fa97f9
parentcbee257bfdcf5cb95302a6bd70d0141214b63bd5
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 <broonie@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/iommu/Kconfig