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.
1 parent a15932f commit 2ac2fabCopy full SHA for 2ac2fab
drivers/iommu/apple-dart.c
@@ -773,6 +773,7 @@ static const struct iommu_ops apple_dart_iommu_ops = {
773
.get_resv_regions = apple_dart_get_resv_regions,
774
.put_resv_regions = generic_iommu_put_resv_regions,
775
.pgsize_bitmap = -1UL, /* Restricted during dart probe */
776
+ .owner = THIS_MODULE,
777
.default_domain_ops = &(const struct iommu_domain_ops) {
778
.attach_dev = apple_dart_attach_dev,
779
.detach_dev = apple_dart_detach_dev,
0 commit comments