mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
clk: qcom: Remove redundant .owner
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Kai Song <songkai01@inspur.com> Link: https://lore.kernel.org/r/20211006043627.5125-1-songkai01@inspur.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
6d26bb22e9
commit
30ecef2377
@ -4230,7 +4230,6 @@ static struct platform_driver gcc_msm8953_driver = {
|
||||
.driver = {
|
||||
.name = "gcc-msm8953",
|
||||
.of_match_table = gcc_msm8953_match_table,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user