Skip to content

Commit 2ce0b26

Browse files
krzkmstsirkin
authored andcommitted
gpio: virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Acked-by: Bartosz Golaszewski <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Linus Walleij <[email protected]>
1 parent cfffb29 commit 2ce0b26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpio-virtio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ static struct virtio_driver virtio_gpio_driver = {
653653
.remove = virtio_gpio_remove,
654654
.driver = {
655655
.name = KBUILD_MODNAME,
656-
.owner = THIS_MODULE,
657656
},
658657
};
659658
module_virtio_driver(virtio_gpio_driver);

0 commit comments

Comments
 (0)