summaryrefslogtreecommitdiff
path: root/drivers/opp
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-11-22 03:41:07 +0000
committerViresh Kumar <viresh.kumar@linaro.org>2018-11-22 11:46:02 +0530
commitbf21c6e455539a495ce6d2877da2f9e364a89062 (patch)
tree1a41814f87df4cc1c2daedfd704f5f219407dbe7 /drivers/opp
parent622fecbccfe86a8052dea6b512d3821dcce29994 (diff)
opp: ti-opp-supply: Fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/opp')
-rw-r--r--drivers/opp/ti-opp-supply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/opp/ti-opp-supply.c b/drivers/opp/ti-opp-supply.c
index 3f4fb4dbbe33..1c69c404df11 100644
--- a/drivers/opp/ti-opp-supply.c
+++ b/drivers/opp/ti-opp-supply.c
@@ -417,7 +417,6 @@ static struct platform_driver ti_opp_supply_driver = {
.probe = ti_opp_supply_probe,
.driver = {
.name = "ti_opp_supply",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(ti_opp_supply_of_match),
},
};