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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1463,7 +1463,6 @@ static struct platform_driver clk_mt2712_drv = {
	.probe = clk_mt2712_probe,
	.driver = {
		.name = "clk-mt2712",
		.owner = THIS_MODULE,
		.of_match_table = of_match_clk_mt2712,
	},
};