aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/max77693.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c
index c5535f018466..7e05428c756d 100644
--- a/drivers/mfd/max77693.c
+++ b/drivers/mfd/max77693.c
@@ -243,7 +243,7 @@ static const struct dev_pm_ops max77693_pm = {
243}; 243};
244 244
245#ifdef CONFIG_OF 245#ifdef CONFIG_OF
246static struct of_device_id max77693_dt_match[] = { 246static const struct of_device_id max77693_dt_match[] = {
247 { .compatible = "maxim,max77693" }, 247 { .compatible = "maxim,max77693" },
248 {}, 248 {},
249}; 249};