diff options
author | Rikard Falkeborn <[email protected]> | 2021-09-20 23:20:14 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-10-15 13:26:33 -0700 |
commit | 64739f33ee465e4065b72eb07dbc27ad9c92a938 (patch) | |
tree | d28eb0e281a47aa04235737100261a541d60521a /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | a377da4b0e9ae248f99932dc74ec356dd4c5db15 (diff) |
drm: msm: hdmi: Constify static structs
The only usage of hdmi_8996_pll_ops is to assign its address to the ops
field in the clk_init_data struct, and the only usage of pll_init is to
assign its address to the init field in the clk_hw struct, both which
are pointers to const. Make them const to allow the compiler to put them
in read-only memory.
Signed-off-by: Rikard Falkeborn <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions