bluetooth: virtio: drop owner assignment
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 31 Mar 2024 08:43:54 +0000 (10:43 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 22 May 2024 12:31:16 +0000 (08:31 -0400)
virtio core already sets the .owner, so driver does not need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-Id: <20240331-module-owner-virtio-v2-7-98f04bfaf46a@linaro.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/bluetooth/virtio_bt.c

index 2ac70b560c46db16bef8b7ca86196c53c23b508e..463b49ca2492eca9a23d437cd43f37ee9e528573 100644 (file)
@@ -417,7 +417,6 @@ static const unsigned int virtbt_features[] = {
 
 static struct virtio_driver virtbt_driver = {
        .driver.name         = KBUILD_MODNAME,
-       .driver.owner        = THIS_MODULE,
        .feature_table       = virtbt_features,
        .feature_table_size  = ARRAY_SIZE(virtbt_features),
        .id_table            = virtbt_table,