X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fregulator%2Fbq24022.c;h=068d488a4f714a310528a5e1dcc1b9016cc59caa;hb=6d4121f6c20a0e86231d52f535f1c82423b3326f;hp=d08cd9b66c6dde8777af20b39b0dff428193bf2d;hpb=5f592bb99b2634b2c515bb75d92cae14b1e22c51;p=karo-tx-linux.git diff --git a/drivers/regulator/bq24022.c b/drivers/regulator/bq24022.c index d08cd9b66c6d..068d488a4f71 100644 --- a/drivers/regulator/bq24022.c +++ b/drivers/regulator/bq24022.c @@ -78,6 +78,7 @@ static struct regulator_desc bq24022_desc = { .name = "bq24022", .ops = &bq24022_ops, .type = REGULATOR_CURRENT, + .owner = THIS_MODULE, }; static int __init bq24022_probe(struct platform_device *pdev)