diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-10-03 01:42:08 +0530 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-10-19 16:38:42 +0200 |
commit | d83b26e0f2b013d29cc1431e35eb10c85e76784a (patch) | |
tree | a7d192d255d89135160a0a7873a8304ebb7cd7ee /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bc2e4d2986e9d2b8a99c16eb8222da2a360a581f (diff) |
clk: tegra: Make tegra_clk_pll_params __ro_after_init
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 <bhumirks@gmail.com>
Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions