Skip to content

Commit 19680c7

Browse files
krzkmstsirkin
authored andcommitted
wifi: mac80211_hwsim: 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 b1c16d4 commit 19680c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/wireless/virtual/mac80211_hwsim.c

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

66636663
static struct virtio_driver virtio_hwsim = {
66646664
.driver.name = KBUILD_MODNAME,
6665-
.driver.owner = THIS_MODULE,
66666665
.id_table = id_table,
66676666
.probe = hwsim_virtio_probe,
66686667
.remove = hwsim_virtio_remove,

0 commit comments

Comments
 (0)