We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ed3d08 + 2d70fdd commit ab1de3fCopy full SHA for ab1de3f
drivers/iommu/exynos-iommu.c
@@ -22,6 +22,7 @@
22
#include <linux/pm_runtime.h>
23
#include <linux/slab.h>
24
25
+#include "dma-iommu.h"
26
#include "iommu-pages.h"
27
28
typedef u32 sysmmu_iova_t;
@@ -1479,6 +1480,7 @@ static const struct iommu_ops exynos_iommu_ops = {
1479
1480
.device_group = generic_device_group,
1481
.probe_device = exynos_iommu_probe_device,
1482
.release_device = exynos_iommu_release_device,
1483
+ .get_resv_regions = iommu_dma_get_resv_regions,
1484
.of_xlate = exynos_iommu_of_xlate,
1485
.default_domain_ops = &(const struct iommu_domain_ops) {
1486
.attach_dev = exynos_iommu_attach_device,
0 commit comments