summaryrefslogtreecommitdiffstats
path: root/drivers/reset/sti/reset-stih416.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/sti/reset-stih416.c')
-rw-r--r--drivers/reset/sti/reset-stih416.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/sti/reset-stih416.c b/drivers/reset/sti/reset-stih416.c
index d65a82e74004..c581d606ef0f 100644
--- a/drivers/reset/sti/reset-stih416.c
+++ b/drivers/reset/sti/reset-stih416.c
@@ -120,7 +120,7 @@ static struct syscfg_reset_controller_data stih416_softreset_controller = {
.channels = stih416_softresets,
};
-static struct of_device_id stih416_reset_match[] = {
+static const struct of_device_id stih416_reset_match[] = {
{ .compatible = "st,stih416-powerdown",
.data = &stih416_powerdown_controller, },
{ .compatible = "st,stih416-softreset",