Skip to content

Commit aade40b

Browse files
committed
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 <robin.murphy@arm.com> Link: https://lore.kernel.org/r/20211220123448.19996-1-joro@8bytes.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent a17e302 commit aade40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/iova.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <linux/types.h>
1313
#include <linux/kernel.h>
1414
#include <linux/rbtree.h>
15+
#include <linux/dma-mapping.h>
1516

1617
/* iova structure */
1718
struct iova {

0 commit comments

Comments
 (0)