diff options
author | kbuild test robot <[email protected]> | 2015-01-28 15:00:51 +0800 |
---|---|---|
committer | Michael Turquette <[email protected]> | 2015-02-25 12:14:35 -0800 |
commit | 3b34109a4d07e732dac6db1102a3399177333651 (patch) | |
tree | 46eccf9756a0dd5cad220e3f033b329078549364 | |
parent | 4be8fc04700aafeb3c8a9c10ece5652e08ec0e94 (diff) |
clk: qcom: fix platform_no_drv_owner.cocci warnings
drivers/clk/qcom/lcc-ipq806x.c:465: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: Rajendra Nayak <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Michael Turquette <[email protected]>
-rw-r--r-- | drivers/clk/qcom/lcc-ipq806x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/qcom/lcc-ipq806x.c b/drivers/clk/qcom/lcc-ipq806x.c index 121ffde25dc3..c9ff27b4648b 100644 --- a/drivers/clk/qcom/lcc-ipq806x.c +++ b/drivers/clk/qcom/lcc-ipq806x.c @@ -462,7 +462,6 @@ static struct platform_driver lcc_ipq806x_driver = { .remove = lcc_ipq806x_remove, .driver = { .name = "lcc-ipq806x", - .owner = THIS_MODULE, .of_match_table = lcc_ipq806x_match_table, }, }; |