From: Wei Yongjun Date: Mon, 6 Feb 2017 16:23:18 +0000 (+0000) Subject: soc: zte: pm_domains: Remove .owner field for driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71ce8430348f989d0c78871828d96e0e616056dd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Shawn Guo --- diff --git a/drivers/soc/zte/zx296718_pm_domains.c b/drivers/soc/zte/zx296718_pm_domains.c index 5ed924fee855..4dc5d62ee81b 100644 --- a/drivers/soc/zte/zx296718_pm_domains.c +++ b/drivers/soc/zte/zx296718_pm_domains.c @@ -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,