Skip to content

Commit 41dca82

Browse files
krzkmstsirkin
authored andcommitted
drm/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 2ce0b26 commit 41dca82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/virtio/virtgpu_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ static struct virtio_driver virtio_gpu_driver = {
154154
.feature_table = features,
155155
.feature_table_size = ARRAY_SIZE(features),
156156
.driver.name = KBUILD_MODNAME,
157-
.driver.owner = THIS_MODULE,
158157
.id_table = id_table,
159158
.probe = virtio_gpu_probe,
160159
.remove = virtio_gpu_remove,

0 commit comments

Comments
 (0)