diff options
author | Stephen Boyd <[email protected]> | 2020-09-15 09:10:21 +0300 |
---|---|---|
committer | Georgi Djakov <[email protected]> | 2020-09-15 09:10:21 +0300 |
commit | b1a367bb1cbba607d6c5d7dcf828b049241ee9a6 (patch) | |
tree | 5837dbc2c4a21ead877130ab49e57d3dacb7c671 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d7e19be60b28a468385db3906b735e080352b7b2 (diff) |
interconnect: qcom: osm-l3: Mark more structures const
These structures aren't modified at runtime. Mark them const so they get
moved to read-only memory. We have to cast away const in one place when
we store into the data member of struct icc_node. This is paired with a
re-const of the data member when it is extracted in qcom_icc_set().
Signed-off-by: Stephen Boyd <[email protected]>
Reviewed-by: Evan Green <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions