diff options
-rw-r--r-- | drivers/mfd/max8997.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max8997.c index 8cf7a015cfe5..595364ee178a 100644 --- a/drivers/mfd/max8997.c +++ b/drivers/mfd/max8997.c | |||
@@ -51,7 +51,7 @@ static const struct mfd_cell max8997_devs[] = { | |||
51 | }; | 51 | }; |
52 | 52 | ||
53 | #ifdef CONFIG_OF | 53 | #ifdef CONFIG_OF |
54 | static struct of_device_id max8997_pmic_dt_match[] = { | 54 | static const struct of_device_id max8997_pmic_dt_match[] = { |
55 | { .compatible = "maxim,max8997-pmic", .data = (void *)TYPE_MAX8997 }, | 55 | { .compatible = "maxim,max8997-pmic", .data = (void *)TYPE_MAX8997 }, |
56 | {}, | 56 | {}, |
57 | }; | 57 | }; |