diff options
Diffstat (limited to 'drivers/regulator/max8998.c')
-rw-r--r-- | drivers/regulator/max8998.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 961091b46557..9978d616125f 100644 --- a/drivers/regulator/max8998.c +++ b/drivers/regulator/max8998.c | |||
@@ -894,7 +894,6 @@ MODULE_DEVICE_TABLE(platform, max8998_pmic_id); | |||
894 | static struct platform_driver max8998_pmic_driver = { | 894 | static struct platform_driver max8998_pmic_driver = { |
895 | .driver = { | 895 | .driver = { |
896 | .name = "max8998-pmic", | 896 | .name = "max8998-pmic", |
897 | .owner = THIS_MODULE, | ||
898 | }, | 897 | }, |
899 | .probe = max8998_pmic_probe, | 898 | .probe = max8998_pmic_probe, |
900 | .id_table = max8998_pmic_id, | 899 | .id_table = max8998_pmic_id, |