diff options
Diffstat (limited to 'drivers/regulator/max77693.c')
-rw-r--r-- | drivers/regulator/max77693.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max77693.c b/drivers/regulator/max77693.c index c67ff05fc1dd..b0024e90e533 100644 --- a/drivers/regulator/max77693.c +++ b/drivers/regulator/max77693.c | |||
@@ -267,7 +267,6 @@ MODULE_DEVICE_TABLE(platform, max77693_pmic_id); | |||
267 | static struct platform_driver max77693_pmic_driver = { | 267 | static struct platform_driver max77693_pmic_driver = { |
268 | .driver = { | 268 | .driver = { |
269 | .name = "max77693-pmic", | 269 | .name = "max77693-pmic", |
270 | .owner = THIS_MODULE, | ||
271 | }, | 270 | }, |
272 | .probe = max77693_pmic_probe, | 271 | .probe = max77693_pmic_probe, |
273 | .id_table = max77693_pmic_id, | 272 | .id_table = max77693_pmic_id, |