Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] media: s5p-mfc: fix compilation issue on archs other than ARM (32bit)

This patch fixes build break caused by lack of dma-iommu API on ARM64
(this API is specific to ARM 32bit architecture).

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

authored by

Marek Szyprowski and committed by
Mauro Carvalho Chehab
675f9bc7 dde45099

+1 -1
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_iommu.h
··· 14 14 #define S5P_MFC_IOMMU_DMA_BASE 0x20000000lu 15 15 #define S5P_MFC_IOMMU_DMA_SIZE SZ_256M 16 16 17 - #ifdef CONFIG_EXYNOS_IOMMU 17 + #if defined(CONFIG_EXYNOS_IOMMU) && defined(CONFIG_ARM_DMA_USE_IOMMU) 18 18 19 19 #include <asm/dma-iommu.h> 20 20