On Tue, Oct 03, 2017 at 01:42:08AM +0530, Bhumika Goyal wrote:
These structures are only passed to the functions tegra_clk_register_pll,
tegra_clk_register_pll{e/u} or tegra_periph_clk_init during the init
phase. These functions modify the structures only during the init phase
and after that the structures are never modified. Therefore, make them
__ro_after_init.
Signed-off-by: Bhumika Goyal <redacted>
---
drivers/clk/tegra/clk-tegra30.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Applied, thanks.
Thierry