X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=blobdiff_plain;f=kernel%2Fdrivers%2Fregulator%2Ftps62360-regulator.c;h=f6a6d36a65334b60257b320870483e219e71746a;hp=a1fd626c6c966fb13dce292120278a33e378a3a2;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hpb=f93b97fd65072de626c074dbe099a1fff05ce060 diff --git a/kernel/drivers/regulator/tps62360-regulator.c b/kernel/drivers/regulator/tps62360-regulator.c index a1fd626c6..f6a6d36a6 100644 --- a/kernel/drivers/regulator/tps62360-regulator.c +++ b/kernel/drivers/regulator/tps62360-regulator.c @@ -515,7 +515,6 @@ MODULE_DEVICE_TABLE(i2c, tps62360_id); static struct i2c_driver tps62360_i2c_driver = { .driver = { .name = "tps62360", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(tps62360_of_match), }, .probe = tps62360_probe,