From: Joerg Roedel Date: Mon, 20 Dec 2021 12:34:48 +0000 (+0100) Subject: iommu/iova: Temporarily include dma-mapping.h from iova.h X-Git-Tag: v5.17-rc1~53^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aade40b62745cf0b4e8a17d43652c5faff354e6b;p=thirdparty%2Flinux.git iommu/iova: Temporarily include dma-mapping.h from iova.h 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 Link: https://lore.kernel.org/r/20211220123448.19996-1-joro@8bytes.org Signed-off-by: Joerg Roedel --- diff --git a/include/linux/iova.h b/include/linux/iova.h index 0abd48c5e622e..cea79cb9f26c7 100644 --- a/include/linux/iova.h +++ b/include/linux/iova.h @@ -12,6 +12,7 @@ #include #include #include +#include /* iova structure */ struct iova {