On Mon, Sep 14, 2020 at 11:21 AM Stephen Boyd <swb...@chromium.org> wrote: > > 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(). > > Cc: Sibi Sankar <si...@codeaurora.org> > Cc: Evan Green <evgr...@chromium.org> > Signed-off-by: Stephen Boyd <swb...@chromium.org>
Reviewed-by: Evan Green <evgr...@chromium.org>