|
@@ -134,7 +134,7 @@ static int syscfg_reset_status(struct reset_controller_dev *rcdev,
|
|
|
return rst->active_low ? !ret_val : !!ret_val;
|
|
|
}
|
|
|
|
|
|
-static struct reset_control_ops syscfg_reset_ops = {
|
|
|
+static const struct reset_control_ops syscfg_reset_ops = {
|
|
|
.reset = syscfg_reset_dev,
|
|
|
.assert = syscfg_reset_assert,
|
|
|
.deassert = syscfg_reset_deassert,
|