Skip to content

Commit ac5990d

Browse files
krzkmstsirkin
authored andcommitted
iommu: virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 41dca82 commit ac5990d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/virtio-iommu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,6 @@ MODULE_DEVICE_TABLE(virtio, id_table);
12611261

12621262
static struct virtio_driver virtio_iommu_drv = {
12631263
.driver.name = KBUILD_MODNAME,
1264-
.driver.owner = THIS_MODULE,
12651264
.id_table = id_table,
12661265
.feature_table = features,
12671266
.feature_table_size = ARRAY_SIZE(features),

0 commit comments

Comments
 (0)