clk: Mark 'all_lists' as const
authorStephen Boyd <sboyd@kernel.org>
Thu, 17 Feb 2022 22:05:53 +0000 (14:05 -0800)
committerStephen Boyd <sboyd@kernel.org>
Sat, 26 Feb 2022 01:02:46 +0000 (17:02 -0800)
commit75061a6ff49ba3482c6319ded0c26e6a526b0967
tree0a80b01e12dbe5f12f03f82218d63962a814f298
parentfa6ffe65cce5e596a411f6a878f9ad6588f3b8a7
clk: Mark 'all_lists' as const

This list array doesn't change at runtime. Mark it const to move to RO
memory.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20220217220554.2711696-2-sboyd@kernel.org
drivers/clk/clk.c