|
@@ -271,7 +271,7 @@ void __init tegra_init_from_table(struct tegra_clk_init_table *tbl,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-static struct reset_control_ops rst_ops = {
|
|
|
|
|
|
+static const struct reset_control_ops rst_ops = {
|
|
.assert = tegra_clk_rst_assert,
|
|
.assert = tegra_clk_rst_assert,
|
|
.deassert = tegra_clk_rst_deassert,
|
|
.deassert = tegra_clk_rst_deassert,
|
|
};
|
|
};
|