mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"
The field "owner" is set by the core. Thus delete an unneeded initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
7e6a3a1d79
commit
57c4a2ac8f
1 changed files with 0 additions and 1 deletions
|
@ -1332,7 +1332,6 @@ static struct platform_driver gcc_ipq4019_driver = {
|
||||||
.probe = gcc_ipq4019_probe,
|
.probe = gcc_ipq4019_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "qcom,gcc-ipq4019",
|
.name = "qcom,gcc-ipq4019",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = gcc_ipq4019_match_table,
|
.of_match_table = gcc_ipq4019_match_table,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue