drivers/clk/qcom/gcc-ipq8074.c:1014:3-8: No need to set .owner here. The core 
will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Abhishek Sahu <abs...@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang...@intel.com>
---

 gcc-ipq8074.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/gcc-ipq8074.c
+++ b/drivers/clk/qcom/gcc-ipq8074.c
@@ -1011,7 +1011,6 @@ static struct platform_driver gcc_ipq807
        .probe = gcc_ipq8074_probe,
        .driver = {
                .name   = "qcom,gcc-ipq8074",
-               .owner  = THIS_MODULE,
                .of_match_table = gcc_ipq8074_match_table,
        },
 };

Reply via email to