aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2024-03-31 10:44:09 +0200
committerMichael S. Tsirkin <[email protected]>2024-05-22 08:31:18 -0400
commitf42c7405fdc90b73bf62d32a41b77c5542a09c2b (patch)
tree8a134952149ac5b79900407db5bd7b6741680629
parent9dceed1b0a35d8667e7a8512f7a30a2c9b189f66 (diff)
rpmsg: virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r--drivers/rpmsg/virtio_rpmsg_bus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index 1062939c3264..e9e8c1f7829f 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/drivers/rpmsg/virtio_rpmsg_bus.c
@@ -1053,7 +1053,6 @@ static struct virtio_driver virtio_ipc_driver = {
.feature_table = features,
.feature_table_size = ARRAY_SIZE(features),
.driver.name = KBUILD_MODNAME,
- .driver.owner = THIS_MODULE,
.id_table = id_table,
.probe = rpmsg_probe,
.remove = rpmsg_remove,