diff options
author | Arvind Yadav <[email protected]> | 2017-08-28 12:32:41 +0530 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2017-08-30 22:27:49 -0700 |
commit | 56d877764112af89aebb17e831c579827f006df0 (patch) | |
tree | 563062138ce0eab0055b66ac6b0f33f8267ee05e /tools/perf/scripts/python/compaction-times.py | |
parent | ca2ea4b0365324f449f83ce99d6c0a430bfe924c (diff) |
clk: ux500: prcc: constify clk_ops.
clk_ops are not supposed to change at runtime. All functions
working with clk_ops provided by <linux/clk-provider.h> work
with const clk_ops. So mark the non-const clk_ops as const.
Here, Function "clk_reg_prcc" is used to initialized clk_init_data.
clk_init_data is working with const clk_ops. So make clk_reg_prcc
non-const clk_ops argument as const.
Signed-off-by: Arvind Yadav <[email protected]>
Acked-by: Ulf Hansson <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions