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 <yuehaib...@huawei.com>
---
 drivers/crypto/axis/artpec6_crypto.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/axis/artpec6_crypto.c 
b/drivers/crypto/axis/artpec6_crypto.c
index e5a080e..f3442c2 100644
--- a/drivers/crypto/axis/artpec6_crypto.c
+++ b/drivers/crypto/axis/artpec6_crypto.c
@@ -3173,7 +3173,6 @@ static int artpec6_crypto_remove(struct platform_device 
*pdev)
        .remove  = artpec6_crypto_remove,
        .driver  = {
                .name  = "artpec6-crypto",
-               .owner = THIS_MODULE,
                .of_match_table = artpec6_crypto_of_match,
        },
 };



Reply via email to