Loading drivers/mfd/max8997.c +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ static const struct mfd_cell max8997_devs[] = { }; #ifdef CONFIG_OF static struct of_device_id max8997_pmic_dt_match[] = { static const struct of_device_id max8997_pmic_dt_match[] = { { .compatible = "maxim,max8997-pmic", .data = (void *)TYPE_MAX8997 }, {}, }; Loading Loading
drivers/mfd/max8997.c +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ static const struct mfd_cell max8997_devs[] = { }; #ifdef CONFIG_OF static struct of_device_id max8997_pmic_dt_match[] = { static const struct of_device_id max8997_pmic_dt_match[] = { { .compatible = "maxim,max8997-pmic", .data = (void *)TYPE_MAX8997 }, {}, }; Loading