提交 71ce8430 编写于 作者: W Wei Yongjun 提交者: Shawn Guo

soc: zte: pm_domains: Remove .owner field for driver

Remove .owner field if calls are used which set it automatically.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: NWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 e3a059c0
...@@ -169,7 +169,6 @@ static const struct of_device_id zx296718_pm_domain_matches[] = { ...@@ -169,7 +169,6 @@ static const struct of_device_id zx296718_pm_domain_matches[] = {
static struct platform_driver zx296718_pd_driver = { static struct platform_driver zx296718_pd_driver = {
.driver = { .driver = {
.name = "zx296718-powerdomain", .name = "zx296718-powerdomain",
.owner = THIS_MODULE,
.of_match_table = zx296718_pm_domain_matches, .of_match_table = zx296718_pm_domain_matches,
}, },
.probe = zx296718_pd_probe, .probe = zx296718_pd_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册