Commit 81229663 authored by YueHaibing's avatar YueHaibing Committed by Stephen Boyd

clk: mediatek: 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: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent e7e6198c
...@@ -1463,7 +1463,6 @@ static struct platform_driver clk_mt2712_drv = { ...@@ -1463,7 +1463,6 @@ static struct platform_driver clk_mt2712_drv = {
.probe = clk_mt2712_probe, .probe = clk_mt2712_probe,
.driver = { .driver = {
.name = "clk-mt2712", .name = "clk-mt2712",
.owner = THIS_MODULE,
.of_match_table = of_match_clk_mt2712, .of_match_table = of_match_clk_mt2712,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment