mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-23 04:54:01 +08:00
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>
This commit is contained in:
parent
e0db9c48f1
commit
68138b5d58
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user