Skip to content

Commit 613a3c4

Browse files
krzkdavem330
authored andcommitted
net: ieee802154: ca8210: drop owner from driver
Core already sets owner in spi_driver. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Stefan Schmidt <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 059fa99 commit 613a3c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ieee802154/ca8210.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3179,7 +3179,6 @@ MODULE_DEVICE_TABLE(of, ca8210_of_ids);
31793179
static struct spi_driver ca8210_spi_driver = {
31803180
.driver = {
31813181
.name = DRIVER_NAME,
3182-
.owner = THIS_MODULE,
31833182
.of_match_table = ca8210_of_ids,
31843183
},
31853184
.probe = ca8210_probe,

0 commit comments

Comments
 (0)