Re: [PATCH] iommu/iova: Temporarily include dma-mapping.h from iova.h

2021-12-20 Thread Robin Murphy
On 2021-12-20 12:34, Joerg Roedel wrote: From: Joerg Roedel Some users of iova.h still expect that dma-mapping.h is also included. Re-add the include until these users are updated to fix compile failures in the iommu tree. Acked-by: Robin Murphy Signed-off-by: Joerg Roedel ---

[PATCH] iommu/iova: Temporarily include dma-mapping.h from iova.h

2021-12-20 Thread Joerg Roedel
From: Joerg Roedel Some users of iova.h still expect that dma-mapping.h is also included. Re-add the include until these users are updated to fix compile failures in the iommu tree. Signed-off-by: Joerg Roedel --- include/linux/iova.h | 1 + 1 file changed, 1 insertion(+) diff --git