summaryrefslogtreecommitdiff
path: root/drivers/reset/sti/reset-stih415.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/sti/reset-stih415.c')
-rw-r--r--drivers/reset/sti/reset-stih415.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/sti/reset-stih415.c b/drivers/reset/sti/reset-stih415.c
index f7b49d5a62dc..6f220cdbef46 100644
--- a/drivers/reset/sti/reset-stih415.c
+++ b/drivers/reset/sti/reset-stih415.c
@@ -89,7 +89,7 @@ static struct syscfg_reset_controller_data stih415_softreset_controller = {
.channels = stih415_softresets,
};
-static struct of_device_id stih415_reset_match[] = {
+static const struct of_device_id stih415_reset_match[] = {
{ .compatible = "st,stih415-powerdown",
.data = &stih415_powerdown_controller, },
{ .compatible = "st,stih415-softreset",