mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e3a059c0ba
commit
71ce843034
@ -169,7 +169,6 @@ static const struct of_device_id zx296718_pm_domain_matches[] = {
|
||||
static struct platform_driver zx296718_pd_driver = {
|
||||
.driver = {
|
||||
.name = "zx296718-powerdomain",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = zx296718_pm_domain_matches,
|
||||
},
|
||||
.probe = zx296718_pd_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user