clk: mmp: pxa168: fix const-correctness
authorDoug Brown <doug@schmorgal.com>
Sun, 12 Jun 2022 19:29:30 +0000 (12:29 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 30 Sep 2022 20:34:06 +0000 (13:34 -0700)
commite2fd64dd472bea0da332da0cc8e8946d2d3294c4
tree99d35a6890abc9463c8c7ef30a0d205a962b721d
parentac1d62c948d063ec99b3b23d02af8260bba4660c
clk: mmp: pxa168: fix const-correctness

While working on this series of patches, checkpatch recommended that
an extra const should be added to the mux parent arrays.

Signed-off-by: Doug Brown <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20220612192937.162952-6-doug@schmorgal.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mmp/clk-of-pxa168.c