diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/max14577.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c index caaf50c1bd6..6c81590f846 100644 --- a/drivers/mfd/max14577.c +++ b/drivers/mfd/max14577.c @@ -57,7 +57,7 @@ static struct mfd_cell max77836_devs[] = { }, }; -static struct of_device_id max14577_dt_match[] = { +static const struct of_device_id max14577_dt_match[] = { { .compatible = "maxim,max14577", .data = (void *)MAXIM_DEVICE_TYPE_MAX14577, |