diff options
Diffstat (limited to 'drivers/regulator/max8907-regulator.c')
-rw-r--r-- | drivers/regulator/max8907-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c index 3426be89c9f6..5e941db5ccaf 100644 --- a/drivers/regulator/max8907-regulator.c +++ b/drivers/regulator/max8907-regulator.c | |||
@@ -366,7 +366,6 @@ static int max8907_regulator_probe(struct platform_device *pdev) | |||
366 | static struct platform_driver max8907_regulator_driver = { | 366 | static struct platform_driver max8907_regulator_driver = { |
367 | .driver = { | 367 | .driver = { |
368 | .name = "max8907-regulator", | 368 | .name = "max8907-regulator", |
369 | .owner = THIS_MODULE, | ||
370 | }, | 369 | }, |
371 | .probe = max8907_regulator_probe, | 370 | .probe = max8907_regulator_probe, |
372 | }; | 371 | }; |