From: YueHaibing Date: Fri, 5 Oct 2018 06:42:44 +0000 (+0000) Subject: crypto: axis - fix platform_no_drv_owner.cocci warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68138b5d583a8dd8b88570caed46e3efab219797;p=linux.git 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/axis/artpec6_crypto.c b/drivers/crypto/axis/artpec6_crypto.c index e5a080e87ea88..f3442c2bdbdc9 100644 --- a/drivers/crypto/axis/artpec6_crypto.c +++ b/drivers/crypto/axis/artpec6_crypto.c @@ -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, }, };