mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +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
@ -1332,7 +1332,6 @@ static struct platform_driver gcc_ipq4019_driver = {
|
||||
.probe = gcc_ipq4019_probe,
|
||||
.driver = {
|
||||
.name = "qcom,gcc-ipq4019",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = gcc_ipq4019_match_table,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user