Commit 71ce8430 authored by Wei Yongjun's avatar Wei Yongjun Committed by Shawn Guo
Browse files

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: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e3a059c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,