iommu: Statically set module owner
[linux-2.6-microblaze.git] / drivers / iommu / virtio-iommu.c
index 2bfdd57..594ed82 100644 (file)
@@ -945,6 +945,7 @@ static struct iommu_ops viommu_ops = {
        .get_resv_regions       = viommu_get_resv_regions,
        .put_resv_regions       = generic_iommu_put_resv_regions,
        .of_xlate               = viommu_of_xlate,
+       .owner                  = THIS_MODULE,
 };
 
 static int viommu_init_vqs(struct viommu_dev *viommu)