[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <151352ff-d518-174a-9601-1cffc212d008@gmail.com>
Date: Mon, 13 Jul 2020 22:22:12 +0200
From: Matthias Brugger <matthias.bgg@...il.com>
To: Joerg Roedel <joro@...tes.org>
Cc: iommu@...ts.linux-foundation.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
Joerg Roedel <jroedel@...e.de>
Subject: Re: [PATCH] iommu/mediatek: Include liunx/dma-mapping.h
On 13/07/2020 12:16, Joerg Roedel wrote:
> From: Joerg Roedel <jroedel@...e.de>
>
> This fixes a compile error when cross-compiling the driver
> on x86-32.
>
> Signed-off-by: Joerg Roedel <jroedel@...e.de>
Reviewed-by: Matthias Brugger <matthias.bgg@...il.com>
> ---
> drivers/iommu/mtk_iommu.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iommu/mtk_iommu.h b/drivers/iommu/mtk_iommu.h
> index 6ff62452bbf9..122925dbe547 100644
> --- a/drivers/iommu/mtk_iommu.h
> +++ b/drivers/iommu/mtk_iommu.h
> @@ -15,6 +15,7 @@
> #include <linux/iommu.h>
> #include <linux/list.h>
> #include <linux/spinlock.h>
> +#include <linux/dma-mapping.h>
> #include <soc/mediatek/smi.h>
>
> #define MTK_LARB_COM_MAX 8
>
Powered by blists - more mailing lists