diff options
Diffstat (limited to 'drivers/regulator/max8997.c')
-rw-r--r-- | drivers/regulator/max8997.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8997.c b/drivers/regulator/max8997.c index 726fde1d883e..ea0196d4496b 100644 --- a/drivers/regulator/max8997.c +++ b/drivers/regulator/max8997.c | |||
@@ -1219,7 +1219,6 @@ MODULE_DEVICE_TABLE(platform, max8997_pmic_id); | |||
1219 | static struct platform_driver max8997_pmic_driver = { | 1219 | static struct platform_driver max8997_pmic_driver = { |
1220 | .driver = { | 1220 | .driver = { |
1221 | .name = "max8997-pmic", | 1221 | .name = "max8997-pmic", |
1222 | .owner = THIS_MODULE, | ||
1223 | }, | 1222 | }, |
1224 | .probe = max8997_pmic_probe, | 1223 | .probe = max8997_pmic_probe, |
1225 | .id_table = max8997_pmic_id, | 1224 | .id_table = max8997_pmic_id, |