aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Roedel <[email protected]>2021-12-20 13:34:48 +0100
committerJoerg Roedel <[email protected]>2021-12-20 13:53:26 +0100
commitaade40b62745cf0b4e8a17d43652c5faff354e6b (patch)
tree4445e46d74fcb20317dd812d58c39c6abe27e316
parenta17e3026bc4da9135ca9a42ec0b1fa67f95172e3 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
-rw-r--r--include/linux/iova.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iova.h b/include/linux/iova.h
index 0abd48c5e622..cea79cb9f26c 100644
--- a/include/linux/iova.h
+++ b/include/linux/iova.h
@@ -12,6 +12,7 @@
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/rbtree.h>
+#include <linux/dma-mapping.h>
/* iova structure */
struct iova {