diff options
Diffstat (limited to 'drivers/regulator/bq24022.c')
-rw-r--r-- | drivers/regulator/bq24022.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { | |||
78 | .name = "bq24022", | 78 | .name = "bq24022", |
79 | .ops = &bq24022_ops, | 79 | .ops = &bq24022_ops, |
80 | .type = REGULATOR_CURRENT, | 80 | .type = REGULATOR_CURRENT, |
81 | .owner = THIS_MODULE, | ||
81 | }; | 82 | }; |
82 | 83 | ||
83 | static int __init bq24022_probe(struct platform_device *pdev) | 84 | static int __init bq24022_probe(struct platform_device *pdev) |