Re: [PATCH -next] dmaengine: tegra: Fix build error without IOMMU_API

From: Vinod Koul
Date: Thu May 19 2022 - 13:17:00 EST


On 05-05-22, 17:32, YueHaibing wrote:
> drivers/dma/tegra186-gpc-dma.c: In function ‘tegra_dma_probe’:
> drivers/dma/tegra186-gpc-dma.c:1364:24: error: ‘struct iommu_fwspec’ has no member named ‘ids’
> stream_id = iommu_spec->ids[0] & 0xffff;
> ^~
>
> Make TEGRA186_GPC_DMA depends on IOMMU_API to fix this.

Applied, thanks

>
--
~Vinod