summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max14577.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max14577.c')
-rw-r--r--drivers/mfd/max14577.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
index 3bf8def82f1e..56e216dedc91 100644
--- a/drivers/mfd/max14577.c
+++ b/drivers/mfd/max14577.c
@@ -532,7 +532,6 @@ static SIMPLE_DEV_PM_OPS(max14577_pm, max14577_suspend, max14577_resume);
532static struct i2c_driver max14577_i2c_driver = { 532static struct i2c_driver max14577_i2c_driver = {
533 .driver = { 533 .driver = {
534 .name = "max14577", 534 .name = "max14577",
535 .owner = THIS_MODULE,
536 .pm = &max14577_pm, 535 .pm = &max14577_pm,
537 .of_match_table = max14577_dt_match, 536 .of_match_table = max14577_dt_match,
538 }, 537 },