From: Joerg Roedel Date: Mon, 13 Jul 2020 10:16:48 +0000 (+0200) Subject: iommu/mediatek: Include liunx/dma-mapping.h X-Git-Tag: v5.9-rc1~60^2~1^4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=397e18b4bb2d27389361ceaf154a7acced648a72;p=thirdparty%2Flinux.git iommu/mediatek: Include liunx/dma-mapping.h This fixes a compile error when cross-compiling the driver on x86-32. Signed-off-by: Joerg Roedel Link: https://lore.kernel.org/r/20200713101648.32056-1-joro@8bytes.org --- diff --git a/drivers/iommu/mtk_iommu.h b/drivers/iommu/mtk_iommu.h index 2148985780265..6253e98d810c7 100644 --- a/drivers/iommu/mtk_iommu.h +++ b/drivers/iommu/mtk_iommu.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #define MTK_LARB_COM_MAX 8