diff options
author | Stephen Boyd <swboyd@chromium.org> | 2020-09-15 09:10:21 +0300 |
---|---|---|
committer | Georgi Djakov <georgi.djakov@linaro.org> | 2020-09-15 09:10:21 +0300 |
commit | b1a367bb1cbba607d6c5d7dcf828b049241ee9a6 (patch) | |
tree | 5837dbc2c4a21ead877130ab49e57d3dacb7c671 /lib/find_bit.c | |
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 <swboyd@chromium.org>
Reviewed-by: Evan Green <evgreen@chromium.org>
Link: https://lore.kernel.org/r/20200914182112.513981-1-swboyd@chromium.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'lib/find_bit.c')
0 files changed, 0 insertions, 0 deletions