diff options
Diffstat (limited to 'drivers/mfd/max8998.c')
-rw-r--r-- | drivers/mfd/max8998.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c index a37cb7444b6e..a7afe3bf27fc 100644 --- a/drivers/mfd/max8998.c +++ b/drivers/mfd/max8998.c | |||
@@ -377,7 +377,6 @@ static const struct dev_pm_ops max8998_pm = { | |||
377 | static struct i2c_driver max8998_i2c_driver = { | 377 | static struct i2c_driver max8998_i2c_driver = { |
378 | .driver = { | 378 | .driver = { |
379 | .name = "max8998", | 379 | .name = "max8998", |
380 | .owner = THIS_MODULE, | ||
381 | .pm = &max8998_pm, | 380 | .pm = &max8998_pm, |
382 | .of_match_table = of_match_ptr(max8998_dt_match), | 381 | .of_match_table = of_match_ptr(max8998_dt_match), |
383 | }, | 382 | }, |