summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2022-08-16 18:28:05 +0100
committerJoerg Roedel <jroedel@suse.de>2022-09-09 09:26:22 +0200
commitf2042ed21da7f8886c93efefff61f93e6d57e9bd (patch)
treeae6e9f236e9b7e1cb00758ac46c35c9b1324f7bd /drivers/iommu/intel
parentfa49364cd5e65797014688cba623541083b3e5b0 (diff)
downloadlinux-stable-f2042ed21da7f8886c93efefff61f93e6d57e9bd.tar.gz
linux-stable-f2042ed21da7f8886c93efefff61f93e6d57e9bd.tar.bz2
linux-stable-f2042ed21da7f8886c93efefff61f93e6d57e9bd.zip
iommu/dma: Make header private
Now that dma-iommu.h only contains internal interfaces, make it private to the IOMMU subsytem. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/b237e06c56a101f77af142a54b629b27aa179d22.1660668998.git.robin.murphy@arm.com [ joro : re-add stub for iommu_dma_get_resv_regions ] Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel')
-rw-r--r--drivers/iommu/intel/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index 1ff58d25b713..3bbd865910a6 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -15,7 +15,6 @@
#include <linux/crash_dump.h>
#include <linux/dma-direct.h>
-#include <linux/dma-iommu.h>
#include <linux/dmi.h>
#include <linux/intel-svm.h>
#include <linux/memory.h>
@@ -26,6 +25,7 @@
#include <linux/tboot.h>
#include "iommu.h"
+#include "../dma-iommu.h"
#include "../irq_remapping.h"
#include "../iommu-sva-lib.h"
#include "pasid.h"