diff options
Diffstat (limited to 'drivers/regulator/88pm8607.c')
-rw-r--r-- | drivers/regulator/88pm8607.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c index 6d77dcd7dcf6..e04b333cc108 100644 --- a/drivers/regulator/88pm8607.c +++ b/drivers/regulator/88pm8607.c | |||
@@ -418,7 +418,6 @@ MODULE_DEVICE_TABLE(platform, pm8607_regulator_driver_ids); | |||
418 | static struct platform_driver pm8607_regulator_driver = { | 418 | static struct platform_driver pm8607_regulator_driver = { |
419 | .driver = { | 419 | .driver = { |
420 | .name = "88pm860x-regulator", | 420 | .name = "88pm860x-regulator", |
421 | .owner = THIS_MODULE, | ||
422 | }, | 421 | }, |
423 | .probe = pm8607_regulator_probe, | 422 | .probe = pm8607_regulator_probe, |
424 | .id_table = pm8607_regulator_driver_ids, | 423 | .id_table = pm8607_regulator_driver_ids, |