aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
diff options
context:
space:
mode:
authorGravatar Robin Murphy <robin.murphy@arm.com> 2022-08-16 18:28:05 +0100
committerGravatar Joerg Roedel <jroedel@suse.de> 2022-09-09 09:26:22 +0200
commitf2042ed21da7f8886c93efefff61f93e6d57e9bd (patch)
treeae6e9f236e9b7e1cb00758ac46c35c9b1324f7bd /drivers/iommu/iommu.c
parentiommu/dma: Move public interfaces to linux/iommu.h (diff)
downloadlinux-f2042ed21da7f8886c93efefff61f93e6d57e9bd.tar.gz
linux-f2042ed21da7f8886c93efefff61f93e6d57e9bd.tar.bz2
linux-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/iommu.c')
-rw-r--r--drivers/iommu/iommu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index 83688db121f0..c864cbb16523 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -8,7 +8,6 @@
#include <linux/amba/bus.h>
#include <linux/device.h>
-#include <linux/dma-iommu.h>
#include <linux/kernel.h>
#include <linux/bits.h>
#include <linux/bug.h>
@@ -30,6 +29,8 @@
#include <linux/cc_platform.h>
#include <trace/events/iommu.h>
+#include "dma-iommu.h"
+
static struct kset *iommu_group_kset;
static DEFINE_IDA(iommu_group_ida);