Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68138b5d authored by YueHaibing's avatar YueHaibing Committed by Herbert Xu
Browse files

crypto: axis - fix platform_no_drv_owner.cocci warnings



Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e0db9c48
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3173,7 +3173,6 @@ static struct platform_driver artpec6_crypto_driver = {
	.remove  = artpec6_crypto_remove,
	.driver  = {
		.name  = "artpec6-crypto",
		.owner = THIS_MODULE,
		.of_match_table = artpec6_crypto_of_match,
	},
};