]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06a7e22d3d148f0a151dbcd5f806fa0a6a3ec226
tree0a80b01e12dbe5f12f03f82218d63962a814f298
parent0daa7ec36fe81bf6f502f4554ba819263c2b6e2b
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