1
0
Fork 0

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: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
YueHaibing 2018-10-05 06:42:44 +00:00 committed by Herbert Xu
parent e0db9c48f1
commit 68138b5d58
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},
};