reset: sti: constify of_device_id array
[firefly-linux-kernel-4.4.55.git] / drivers / reset / sti / reset-stih415.c
index f7b49d5a62dc9390e044b0f9e3f5b3d8cf955df3..6f220cdbef46ce5246164a9c434a4c976dfc5823 100644 (file)
@@ -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",