X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fregulator%2Ftps65218-regulator.c;h=7f97223f95c5bf4aac43f0fc1666e8d0eaa266ee;hb=ff096eae2ef7d5f1c62a340a4b670912c2df5b98;hp=263cc85d6202a955f22dfdd43d07a4f5e24ff4f6;hpb=5fbaba8603d5bbc9e40bcb970bae64cb7e093755;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index 263cc85d6202..7f97223f95c5 100644 --- a/drivers/regulator/tps65218-regulator.c +++ b/drivers/regulator/tps65218-regulator.c @@ -256,7 +256,6 @@ static int tps65218_regulator_probe(struct platform_device *pdev) static struct platform_driver tps65218_regulator_driver = { .driver = { .name = "tps65218-pmic", - .owner = THIS_MODULE, .of_match_table = tps65218_of_match, }, .probe = tps65218_regulator_probe,